AAXClean upgrade to .net8

This commit is contained in:
Robert McRackan 2024-01-03 11:43:45 -05:00
parent 1702130b01
commit 17a80a23a8
6 changed files with 17 additions and 17 deletions

View file

@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>11.2.0.1</Version>
<Version>11.3.0.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Octokit" Version="9.0.0" />