Skip to content

Commit faadb01

Browse files
committed
Update to frameworks .net461 .netstandard2.1
1 parent d443b4c commit faadb01

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net35</TargetFramework>
3+
<TargetFrameworks>net461;netstandard2.1</TargetFrameworks>
44
<OutputType>Library</OutputType>
55
<RootNamespace>clojure</RootNamespace>
66
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
77
</PropertyGroup>
88
<ItemGroup>
9-
<EmbeddedResource Include="tools\namespace\dependency.clj" />
9+
<EmbeddedResource Include="tools\namespace\dependency.cljc" />
1010
<EmbeddedResource Include="tools\namespace\dir.clj" />
1111
<EmbeddedResource Include="tools\namespace\file.clj" />
1212
<EmbeddedResource Include="tools\namespace\find.clj" />
13-
<EmbeddedResource Include="tools\namespace\parse.clj" />
13+
<EmbeddedResource Include="tools\namespace\parse.cljc" />
1414
<EmbeddedResource Include="tools\namespace\reload.clj" />
1515
<EmbeddedResource Include="tools\namespace\repl.clj" />
16-
<EmbeddedResource Include="tools\namespace\track.clj" />
16+
<EmbeddedResource Include="tools\namespace\track.cljc" />
1717
</ItemGroup>
1818
</Project>

src/clojure/clojure.tools.namespace.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>$description$</description>
1313
<releaseNotes>Updated to version 0.3.0</releaseNotes>
14-
<copyright>Copyright David Miller 2016</copyright>
14+
<copyright>Copyright Rich Hickey, David Miller 2020</copyright>
1515
<tags>Clojure ClojureCLR</tags>
1616
</metadata>
1717
</package>

0 commit comments

Comments
 (0)