|
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <OutputType>Exe</OutputType> |
5 | | - <TargetFrameworks>net6.0;net8.0</TargetFrameworks> |
| 5 | + <TargetFrameworks>net6.0;net8.0;net9.0</TargetFrameworks> |
6 | 6 | <ImplicitUsings>enable</ImplicitUsings> |
7 | 7 | <Nullable>enable</Nullable> |
8 | 8 | <PackAsTool>true</PackAsTool> |
9 | 9 | <ToolCommandName>cljr</ToolCommandName> |
10 | 10 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
11 | 11 | <PackageOutputPath>./nupkg</PackageOutputPath> |
12 | | - <Version>0.1.0-alpha5</Version> |
| 12 | + <Version>0.1.0-alpha6</Version> |
13 | 13 | <PackageId>Clojure.$(AssemblyName)</PackageId> |
14 | 14 | <Authors>ClojureCLR contributors</Authors> |
15 | 15 | <Description>The deps.edn-powered CLI tool for ClojureCLR.</Description> |
|
38 | 38 | <None Remove="clojure\tools\deps\specs.cljc" /> |
39 | 39 | <None Remove="clojure\tools\deps\tool.cljc" /> |
40 | 40 | <None Remove="clojure\tools\deps\tree.cljc" /> |
41 | | - <None Remove="clojure\tools\deps\util\concurrent.clj" /> |
42 | 41 | <None Remove="clojure\tools\deps\util\concurrent.cljr" /> |
43 | 42 | <None Remove="clojure\tools\deps\util\dir.cljc" /> |
44 | 43 | <None Remove="clojure\tools\deps\util\io.cljc" /> |
45 | 44 | <None Remove="clojure\tools\deps\util\session.cljc" /> |
46 | 45 | <None Remove="clojure\tools\gitlibs.cljc" /> |
47 | 46 | <None Remove="clojure\tools\gitlibs\config.cljr" /> |
48 | 47 | <None Remove="clojure\tools\gitlibs\impl.cljr" /> |
| 48 | + <None Remove="deps.edn" /> |
49 | 49 | <None Remove="example-deps.edn" /> |
50 | 50 | <None Remove="tools\run-clojure-main.ps1" /> |
51 | 51 | <None Remove="tools\run-clojure-main.sh" /> |
|
103 | 103 | <Content Include="clojure\tools\deps\tree.cljc"> |
104 | 104 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
105 | 105 | </Content> |
106 | | - <Content Include="clojure\tools\deps\util\concurrent.clj"> |
107 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
108 | | - </Content> |
109 | 106 | <Content Include="clojure\tools\deps\util\concurrent.cljr"> |
110 | 107 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
111 | 108 | </Content> |
|
127 | 124 | <Content Include="clojure\tools\gitlibs\impl.cljr"> |
128 | 125 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
129 | 126 | </Content> |
| 127 | + <Content Include="deps.edn"> |
| 128 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 129 | + </Content> |
130 | 130 | <Content Include="example-deps.edn"> |
131 | 131 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
132 | 132 | </Content> |
|
0 commit comments