File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Platform.Diagnostics.Tests Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 submodules : true
2525 - name : Test
2626 run : |
27- dotnet test -c Release -f net7
27+ dotnet test -c Release -f net8
2828 pushNuGetPackageToGitHubPackageRegistry :
2929 needs : test
3030 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net7 </TargetFramework >
4+ <TargetFramework >net8 </TargetFramework >
55 <IsPackable >false</IsPackable >
66 <LangVersion >latest</LangVersion >
77 <Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 66 <AssemblyTitle >Platform.Diagnostics</AssemblyTitle >
77 <VersionPrefix >0.1.0</VersionPrefix >
88 <Authors >Konstantin Diachenko</Authors >
9- <TargetFramework >net7 </TargetFramework >
9+ <TargetFramework >net8 </TargetFramework >
1010 <AssemblyName >Platform.Diagnostics</AssemblyName >
1111 <PackageId >Platform.Diagnostics</PackageId >
1212 <PackageTags >LinksPlatform;Diagnostics;Performance</PackageTags >
You can’t perform that action at this time.
0 commit comments