Skip to content

Commit

Permalink
Tests use net9
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Jan 6, 2025
1 parent 37f7d1c commit e0abfb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>Raygun.Tests.Blazor.Server</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion src/Raygun.Tests.Blazor/Raygun.Tests.Blazor.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0;</TargetFrameworks>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>Raygun.Tests.Blazor</RootNamespace>
</PropertyGroup>

Expand Down

0 comments on commit e0abfb6

Please sign in to comment.