File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Neomaster.JsonToLinq.UnitTests Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2424 - name : Build project
2525 run : dotnet build Neomaster.JsonToLinq/Neomaster.JsonToLinq.csproj --configuration Release --no-restore
2626
27+ - name : Build and run unit tests
28+ run : |
29+ dotnet build Neomaster.JsonToLinq.UnitTests/Neomaster.JsonToLinq.UnitTests.csproj --configuration Release
30+ dotnet test Neomaster.JsonToLinq.UnitTests/Neomaster.JsonToLinq.UnitTests.csproj --configuration Release --no-build
31+
2732 - name : Pack NuGet package
2833 run : dotnet pack Neomaster.JsonToLinq/Neomaster.JsonToLinq.csproj --configuration Release --no-build --output ./nupkg
2934
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >disable</Nullable >
77 <IsPackable >false</IsPackable >
Original file line number Diff line number Diff line change 99 <NoWarn >$(NoWarn);IDE0079</NoWarn >
1010 <PackageId >JsonToLinq</PackageId >
1111 <PackageIcon >logo.png</PackageIcon >
12- <Version >1.0.0-rc906 </Version >
12+ <Version >1.0.0-rc907 </Version >
1313 <Authors >Neomaster</Authors >
1414 <Company >Neomaster</Company >
1515 <Copyright >Copyright © 2025 Neomaster</Copyright >
You can’t perform that action at this time.
0 commit comments