Skip to content

Commit

Permalink
enable net9.0 on Raygun.Blazor.Server and WebAssembly projects
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Dec 20, 2024
1 parent caf021a commit 37f7d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Raygun.Blazor.Server/Raygun.Blazor.Server.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<DocumentationFile>$(DocumentationFile)\$(AssemblyName).xml</DocumentationFile>
<RootNamespace>Raygun.Blazor.Server</RootNamespace>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFrameworks>net8.0;</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<DocumentationFile>$(DocumentationFile)\$(AssemblyName).xml</DocumentationFile>
<RootNamespace>Raygun.Blazor.WebAssembly</RootNamespace>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 37f7d1c

Please sign in to comment.