Merge branch 'main' of github.com:AM2R-Community-Developers/AM2RModPacker

pull/41/head
Miepee 2 years ago
commit 91e8c9a36a

@ -39,7 +39,7 @@ jobs:
working-directory: ./
run: dotnet workload install macos && dotnet workload restore
- name: Switch XCode
run: sudo xcode-select -switch /Applications/Xcode_15.0.1.app/Contents/Developer
run: sudo xcode-select -switch /Applications/Xcode_15.1.app/Contents/Developer
if: matrix.os == 'macos-13'
- name: Restore dependencies
run: dotnet restore
@ -53,7 +53,7 @@ jobs:
- name: Zip to Archive
run: 7z a -tzip ${{ matrix.os }}.zip ./${{ matrix.ARTIFACT }}
- name: Upload Artifacts
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.3.1
with:
name: ${{ matrix.os }}
path: ${{ matrix.os }}.zip

@ -9,9 +9,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>

Loading…
Cancel
Save