diff --git a/Directory.Build.props b/Directory.Build.props index cc5a5ea..ab100ce 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,15 +1,14 @@ - + + + $(NoWarn);NU1507 + - - - all runtime; build; native; contentfiles; analyzers; buildtransitive - @@ -50,6 +49,7 @@ enable - net8.0;net10.0 + + net10.0;net9.0;net8.0 \ No newline at end of file diff --git a/Directory.Packages.props b/Directory.Packages.props index 1240d9a..4438edb 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,13 +5,20 @@ - + - - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + - - \ No newline at end of file + + + \ No newline at end of file diff --git a/Hyperbee.Resources.slnx b/Hyperbee.Resources.slnx index 118963f..f7b723e 100644 --- a/Hyperbee.Resources.slnx +++ b/Hyperbee.Resources.slnx @@ -3,6 +3,7 @@ + diff --git a/src/Hyperbee.Resources/Hyperbee.Resources.csproj b/src/Hyperbee.Resources/Hyperbee.Resources.csproj index 3b0fded..6aff7e7 100644 --- a/src/Hyperbee.Resources/Hyperbee.Resources.csproj +++ b/src/Hyperbee.Resources/Hyperbee.Resources.csproj @@ -4,14 +4,13 @@ enable true true - Stillpoint Software, Inc. README.md resources;NET;embedded resources icon.png https://github.com/Stillpoint-Software/Hyperbee.Resources/ - net8.0;net10.0 LICENSE + Hyperbee.Resources Stillpoint Software, Inc. Hyperbee Resources @@ -33,10 +32,7 @@ \ PreserveNewest - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/test/Hyperbee.Resources.Tests/Hyperbee.Resources.Tests.csproj b/test/Hyperbee.Resources.Tests/Hyperbee.Resources.Tests.csproj index 7b7bba7..66c4173 100644 --- a/test/Hyperbee.Resources.Tests/Hyperbee.Resources.Tests.csproj +++ b/test/Hyperbee.Resources.Tests/Hyperbee.Resources.Tests.csproj @@ -15,10 +15,8 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + + @@ -33,10 +31,7 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/version.json b/version.json index 2e042e3..7d61554 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "2.0.4", + "version": "2.1.1", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/hotfix$",