Skip to content

Commit

Permalink
.NET 9 support added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno de Souza Melo committed Nov 13, 2024
1 parent 3eb6ac6 commit 18320e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Publishing.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nuget.exe push -Source "nuvtools" -ApiKey az NuvTools.Common.8.1.0.nupkg
nuget.exe push -Source "nuvtools" -ApiKey az NuvTools.Common.9.0.0.nupkg
6 changes: 3 additions & 3 deletions src/NuvTools.Common/NuvTools.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

<PropertyGroup>
<LangVersion>latest</LangVersion>
<TargetFrameworks>net8</TargetFrameworks>
<TargetFrameworks>net8;net9</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Nuv Tools</Authors>
<Copyright>Copyright © 2024 Nuv Tools</Copyright>
<PackageProjectUrl>https://nuvtools.com</PackageProjectUrl>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>NuvTools.Common.snk</AssemblyOriginatorKeyFile>
<Description>Common library for Web, Desktop and Mobile (MAUI) applications.</Description>
<Version>8.1.3</Version>
<Version>9.0.0</Version>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<PackageIcon>icon.png</PackageIcon>
Expand Down Expand Up @@ -44,7 +44,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/NuvTools.Common.Test/NuvTools.Common.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ItemGroup>
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 18320e7

Please sign in to comment.