Skip to content

Commit

Permalink
Merge pull request #93 from BoiHanny/Pre-Master
Browse files Browse the repository at this point in the history
Updates to the target framework and supported OS platform version to ensure compatibility with the latest .NET framework
  • Loading branch information
BoiHanny authored Nov 30, 2024
2 parents f4124e6 + cf978f5 commit 89f4a94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Create Zip File
run: |
Compress-Archive -Path vrcosc-magicchatbox/bin/Release/net8.0-windows10.0.22000.0/* -DestinationPath "MagicChatbox-${{ env.VERSION }}.zip"
Compress-Archive -Path vrcosc-magicchatbox/bin/Release/net8.0-windows10.0.26100.0/* -DestinationPath "MagicChatbox-${{ env.VERSION }}.zip"
- name: Upload and Scan with VirusTotal
id: virustotal_scan
Expand Down
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 89f4a94

Please sign in to comment.