Skip to content

Commit

Permalink
Merge pull request #5987 from signalco-io/feat/remote-browser/dotnet-9
Browse files Browse the repository at this point in the history
feat(remote-browser): Updated .NET target to 9.0
  • Loading branch information
AleksandarDev authored Sep 29, 2024
2 parents 78641e2 + 9c988e0 commit 5cc1257
Showing 1 changed file with 1 addition and 1 deletion.
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>
<UserSecretsId>75b1b62c-8ca6-40ee-a213-e98c0340b5e6</UserSecretsId>
Expand Down

0 comments on commit 5cc1257

Please sign in to comment.