Skip to content

Commit

Permalink
Add support for .net 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik committed Nov 29, 2024
1 parent 3cbdf18 commit b65e933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Orc.Theming.Example/Orc.Theming.Example.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<TargetFrameworks>net8.0-windows</TargetFrameworks>
<TargetFrameworks>net9.0-windows</TargetFrameworks>
<AssemblyName>Orc.Theming.Example</AssemblyName>
<RootNamespace>Orc.Theming.Example</RootNamespace>
<DefaultLanguage>en-US</DefaultLanguage>
Expand Down
2 changes: 1 addition & 1 deletion src/Orc.Theming/Orc.Theming.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<TargetFrameworks>net6.0-windows;net8.0-windows</TargetFrameworks>
<TargetFrameworks>net6.0-windows;net8.0-windows;net9.0-windows</TargetFrameworks>
<AssemblyName>Orc.Theming</AssemblyName>
<RootNamespace>Orc.Theming</RootNamespace>
<DefaultLanguage>en-US</DefaultLanguage>
Expand Down

0 comments on commit b65e933

Please sign in to comment.