|
24 | 24 |
|
25 | 25 | <PropertyGroup> |
26 | 26 |
|
27 | | - <TestTargetFramework Condition=" '$(TestTargetFramework)' == '' ">net6.0</TestTargetFramework> |
| 27 | + <TestTargetFramework Condition=" '$(TestTargetFramework)' == '' ">net8.0</TestTargetFramework> |
28 | 28 |
|
29 | | - <Error Condition=" '$(TestTargetFramework)' != 'net462' AND '$(TestTargetFramework)' != 'net8.0' AND '$(TestTargetFramework)' != 'net7.0' AND '$(TestTargetFramework)' != 'net6.0'"/> |
| 29 | + <Error Condition=" '$(TestTargetFramework)' != 'net462' AND '$(TestTargetFramework)' != 'net8.0' AND '$(TestTargetFramework)' != 'net6.0'"/> |
30 | 30 |
|
31 | 31 |
|
32 | 32 | <TestLibraryFramework Condition=" '$(TestTargetFramework)' == 'net462' ">netstandard2.0</TestLibraryFramework> |
|
251 | 251 | <ZipDirectory SourceDirectory="$(RootDir)Clojure.Main\bin\$(Configuration)\net8.0\publish" |
252 | 252 | DestinationFile ="$(StageDir)\clojure-clr-$(ZipVersion)-$(Configuration)-net8.0.zip" |
253 | 253 | Overwrite="true"/> |
254 | | - |
255 | | - <ZipDirectory SourceDirectory="$(RootDir)Clojure.Main\bin\$(Configuration)\net7.0\publish" |
256 | | - DestinationFile ="$(StageDir)\clojure-clr-$(ZipVersion)-$(Configuration)-net7.0.zip" |
257 | | - Overwrite="true"/> |
| 254 | + |
258 | 255 | <ZipDirectory SourceDirectory="$(RootDir)Clojure.Main\bin\$(Configuration)\net6.0\publish" |
259 | 256 | DestinationFile ="$(StageDir)\clojure-clr-$(ZipVersion)-$(Configuration)-net6.0.zip" |
260 | 257 | Overwrite="true"/> |
|
278 | 275 |
|
279 | 276 | <!-- RJ: New build and clean targets for .Net Core 3.X and .Net 5--> |
280 | 277 |
|
281 | | - <Target Name="BuildD7"> |
282 | | - <Exec Command="dotnet build Clojure.sln -c Debug -p:Platform="Any CPU" -f net7.0 -o clojure-clr-debug7" |
| 278 | + <Target Name="BuildD8"> |
| 279 | + <Exec Command="dotnet build Clojure.sln -c Debug -p:Platform="Any CPU" -f net8.0 -o clojure-clr-debug7" |
283 | 280 | WorkingDirectory="$(OutputPath)" /> |
284 | 281 | </Target> |
285 | 282 |
|
286 | | - <Target Name="BuildR7"> |
287 | | - <Exec Command="dotnet build Clojure.sln -c Release -p:Platform="Any CPU" -f net7.0 -o clojure-clr-release7" |
| 283 | + <Target Name="BuildR8"> |
| 284 | + <Exec Command="dotnet build Clojure.sln -c Release -p:Platform="Any CPU" -f net8.0 -o clojure-clr-release7" |
288 | 285 | WorkingDirectory="$(OutputPath)" /> |
289 | 286 | </Target> |
290 | 287 |
|
|
0 commit comments