Skip to content

Commit

Permalink
Update to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Dec 15, 2023
1 parent 54454bb commit 6b95fe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SS14.Watchdog.Tests/SS14.Watchdog.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions SS14.Watchdog/SS14.Watchdog.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>0.3.0</Version>
<ServerGarbageCollection>false</ServerGarbageCollection>
Expand Down Expand Up @@ -35,5 +35,5 @@
<None Remove="Components\DataManagement\Migrations\*.sql" />
<EmbeddedResource Include="Components\DataManagement\Migrations\*.sql" />
</ItemGroup>

</Project>

0 comments on commit 6b95fe2

Please sign in to comment.