File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Platform.Exceptions.Tests Expand file tree Collapse file tree 3 files changed +4
-6
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.Exceptions</AssemblyTitle >
77 <VersionPrefix >0.5.0</VersionPrefix >
88 <Authors >Konstantin Diachenko</Authors >
9- <TargetFramework >net7 </TargetFramework >
9+ <TargetFramework >net8 </TargetFramework >
1010 <AssemblyName >Platform.Exceptions</AssemblyName >
1111 <PackageId >Platform.Exceptions</PackageId >
1212 <PackageTags >LinksPlatform;Exceptions;Ensure;EnsureExtensions;ExceptionExtensions;IgnoredExceptions;Throw;ThrowExtensions;ExtensionRoots;EnsureAlwaysExtensionRoot;EnsureOnDebugExtensionRoot;ThrowExtensionRoot</PackageTags >
2323 <IncludeSymbols >true</IncludeSymbols >
2424 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2525 <LangVersion >latest</LangVersion >
26- <PackageReleaseNotes >Bump Microsoft.NETFramework.ReferenceAssemblies from 1.0.0 to 1.0.2.
27- Change license to unlicense.
28- Change target frameworks to net7.</PackageReleaseNotes >
26+ <PackageReleaseNotes >Update target framework from net7 to net8.</PackageReleaseNotes >
2927 <Nullable >enable</Nullable >
3028 </PropertyGroup >
3129
You can’t perform that action at this time.
0 commit comments