diff --git a/QrCodeGenerator/QrCodeGenerator.csproj b/QrCodeGenerator/QrCodeGenerator.csproj index 14dbfbd..b82e573 100644 --- a/QrCodeGenerator/QrCodeGenerator.csproj +++ b/QrCodeGenerator/QrCodeGenerator.csproj @@ -1,8 +1,8 @@ - netstandard2.0;net6.0 - true + netstandard2.0;net6.0;net8.0;net10.0 + true Net.Codecrete.QrCodeGenerator Net.Codecrete.QrCodeGenerator 2.1.0 @@ -70,7 +70,7 @@ Optional advanced features: - + diff --git a/QrCodeGeneratorTest/QrCodeGeneratorTest.csproj b/QrCodeGeneratorTest/QrCodeGeneratorTest.csproj index c7319be..f673161 100644 --- a/QrCodeGeneratorTest/QrCodeGeneratorTest.csproj +++ b/QrCodeGeneratorTest/QrCodeGeneratorTest.csproj @@ -1,10 +1,10 @@  - net6.0;net8.0 + net6.0;net8.0;net10.0 net481;$(TargetFrameworks) Net.Codecrete.QrCodeGenerator.Test - true + true $([System.IO.Path]::Combine($(MSBuildThisFileDirectory),'..','TestResults-$(MSBuildProjectName)-$(TargetFramework).html')) @@ -17,11 +17,11 @@ - - - + + + - +