Skip to content

Commit 1675dd8

Browse files
committed
NET8.0, Amethyst 1.3
1 parent b1ab6ba commit 1675dd8

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
uses: microsoft/setup-msbuild@v1.1
2424

2525
- name: Restore and build (publish)
26-
run: msbuild plugin_OSC /restore /p:Platform=x64 /p:PlatformTarget=x64 /p:Configuration=Release /p:RuntimeIdentifier=win10-x64 /t:Publish /p:PublishProfile=plugin_OSC\Properties\PublishProfiles\FolderProfile.pubxml
26+
run: msbuild plugin_OSC /restore /p:Platform=x64 /p:PlatformTarget=x64 /p:Configuration=Release /p:RuntimeIdentifier=win-x64 /t:Publish /p:PublishProfile=plugin_OSC\Properties\PublishProfiles\FolderProfile.pubxml
2727

2828
- name: Pack published files
2929
run: |
30-
cd plugin_OSC/bin/Release/net7.0/win10-x64/publish
30+
cd plugin_OSC/bin/Release/net8.0/win-x64/publish
3131
7z a plugin_OSC.zip *
3232
3333
- name: Upload plugin artifact
@@ -38,5 +38,5 @@ jobs:
3838
prerelease: true
3939
title: "plugin_OSC Build Artifact"
4040
files: |
41-
./plugin_OSC/bin/Release/net7.0/win10-x64/publish/plugin_OSC.zip
41+
./plugin_OSC/bin/Release/net8.0/win-x64/publish/plugin_OSC.zip
4242
./external/manifest.json

plugin_OSC/Properties/PublishProfiles/FolderProfile.pubxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66
<PropertyGroup>
77
<Configuration>Release</Configuration>
88
<Platform>x64</Platform>
9-
<PublishDir>bin\Release\net7.0\win10-x64\publish\</PublishDir>
9+
<PublishDir>bin\Release\net8.0\win-x64\publish\</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
1111
<_TargetId>Folder</_TargetId>
12-
<TargetFramework>net7.0</TargetFramework>
13-
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
12+
<TargetFramework>net8.0</TargetFramework>
13+
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1414
<SelfContained>true</SelfContained>
1515
<PublishSingleFile>false</PublishSingleFile>
1616
<PublishReadyToRun>true</PublishReadyToRun>

plugin_OSC/plugin_OSC.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net7.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
55
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
66
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
77
<RootNamespace>plugin_OSC</RootNamespace>
8-
<RuntimeIdentifiers>win10-x64</RuntimeIdentifiers>
8+
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
99
<PublishTrimmed>true</PublishTrimmed>
1010
<Platforms>x64</Platforms>
1111
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
@@ -14,16 +14,16 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.3.35" />
17+
<PackageReference Include="Amethyst.Plugins.Contract" Version="1.3.0" />
1818
<PackageReference Include="BuildSoft.OscCore" Version="1.2.1.1" />
1919
<PackageReference Include="CommunityToolkit.WinUI.UI" Version="7.1.2" />
2020
<PackageReference Include="MeaMod.DNS" Version="1.0.71" />
21-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
21+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.6" />
2222
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
23-
<PackageReference Include="System.ComponentModel.Composition" Version="9.0.0" />
24-
<PackageReference Include="System.ComponentModel.Composition.Registration" Version="9.0.0" />
25-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240627000" />
26-
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
23+
<PackageReference Include="System.ComponentModel.Composition" Version="9.0.6" />
24+
<PackageReference Include="System.ComponentModel.Composition.Registration" Version="9.0.6" />
25+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.7.250606001" />
26+
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.4188" />
2727
<PackageReference Include="System.Net.Http" Version="4.3.4" />
2828
<PackageReference Include="VRChat.OSCQuery" Version="0.0.7" />
2929
</ItemGroup>

0 commit comments

Comments
 (0)