Skip to content

Commit

Permalink
Update target framework and OS platform version
Browse files Browse the repository at this point in the history
Updated the target framework in `MagicChatbox.csproj` from `net8.0-windows10.0.22000.0` to `net8.0-windows10.0.26100.0`. Also updated the supported OS platform version from `10.0.22000.0` to `10.0.26100.0`. These changes ensure compatibility with new features and improvements in the updated .NET framework and Windows platform.
  • Loading branch information
BoiHanny committed Nov 30, 2024
1 parent bcc8324 commit c6fdfbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vrcosc-magicchatbox/MagicChatbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<Version>0.9.060</Version>
<TargetFramework>net8.0-windows10.0.22000.0</TargetFramework>
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
<RootNamespace>vrcosc_magicchatbox</RootNamespace>
<Nullable>enable</Nullable>
<UseWPF>True</UseWPF>
Expand All @@ -13,7 +13,7 @@
<TargetFrameworks></TargetFrameworks>
<PlatformTarget>x64</PlatformTarget>
<StartupObject>vrcosc_magicchatbox.App</StartupObject>
<SupportedOSPlatformVersion>10.0.22000.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion>10.0.26100.0</SupportedOSPlatformVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit c6fdfbc

Please sign in to comment.