File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >net35</ TargetFramework >
3
+ <TargetFrameworks >net461;netstandard2.1</ TargetFrameworks >
4
4
<OutputType >Library</OutputType >
5
5
<RootNamespace >clojure</RootNamespace >
6
6
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
7
7
</PropertyGroup >
8
8
<ItemGroup >
9
- <EmbeddedResource Include =" tools\namespace\dependency.clj " />
9
+ <EmbeddedResource Include =" tools\namespace\dependency.cljc " />
10
10
<EmbeddedResource Include =" tools\namespace\dir.clj" />
11
11
<EmbeddedResource Include =" tools\namespace\file.clj" />
12
12
<EmbeddedResource Include =" tools\namespace\find.clj" />
13
- <EmbeddedResource Include =" tools\namespace\parse.clj " />
13
+ <EmbeddedResource Include =" tools\namespace\parse.cljc " />
14
14
<EmbeddedResource Include =" tools\namespace\reload.clj" />
15
15
<EmbeddedResource Include =" tools\namespace\repl.clj" />
16
- <EmbeddedResource Include =" tools\namespace\track.clj " />
16
+ <EmbeddedResource Include =" tools\namespace\track.cljc " />
17
17
</ItemGroup >
18
18
</Project >
Original file line number Diff line number Diff line change 11
11
<requireLicenseAcceptance >false</requireLicenseAcceptance >
12
12
<description >$description$</description >
13
13
<releaseNotes >Updated to version 0.3.0</releaseNotes >
14
- <copyright >Copyright David Miller 2016 </copyright >
14
+ <copyright >Copyright Rich Hickey, David Miller 2020 </copyright >
15
15
<tags >Clojure ClojureCLR</tags >
16
16
</metadata >
17
17
</package >
You can’t perform that action at this time.
0 commit comments