Skip to content

Commit

Permalink
chore: update to .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Nov 13, 2024
1 parent d4bc7d8 commit 0754bf7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/library.nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x

- name: Setup Windows SDK
uses: GuillaumeFalourd/[email protected]
Expand Down
3 changes: 2 additions & 1 deletion src/Wpf.Ui.Test/Wpf.Ui.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFramework>net9.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<LangVersion>12.0</LangVersion>
<AssemblyVersion>3.0.5.23</AssemblyVersion>
<FileVersion>3.0.5.23</FileVersion>
<Version>$(VersionPrefix)3.0.5.23</Version>
<ApplicationIcon>Resources\Images\ProfilePicture.ico</ApplicationIcon>
<DebugType>embedded</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Wpf.Ui.Violeta/Wpf.Ui.Violeta.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<PackageId>WPF-UI.Violeta</PackageId>
<Product>WPF-UI.Violeta</Product>
<TargetFrameworks>net462;net47;net471;net472;net48;net481;net6.0-windows;net7.0-windows;net8.0-windows;</TargetFrameworks>
<TargetFrameworks>net462;net47;net471;net472;net48;net481;net6.0-windows;net7.0-windows;net8.0-windows;net9.0-windows;</TargetFrameworks>
<UseWPF>true</UseWPF>
<UseWinUI>false</UseWinUI>
<UseWindowsForms>false</UseWindowsForms>
Expand Down

0 comments on commit 0754bf7

Please sign in to comment.