Skip to content

Commit

Permalink
feat(deps)!: upgrade to .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Dec 6, 2024
1 parent e17b83b commit 679afa5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.182"/>
<PackageVersion Include="StyleCop.Analyzers" Version="1.1.118"/>
</ItemGroup>
<ItemGroup>
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-8g4q-xg66-9fp4"/> <!-- Since it's an internal app only, I consider this okay -->
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion ElectronWebsiteWrapper.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<Version>1.2.0</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.403",
"version": "9.0.100",
"rollForward": "latestPatch"
}
}

0 comments on commit 679afa5

Please sign in to comment.