fix for actions (again)

This commit is contained in:
ParantezTech
2026-03-28 18:23:46 +03:00
parent 7a915e88dc
commit fa46819030
4 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ jobs:
- name: Setup .NET SDK - name: Setup .NET SDK
uses: actions/setup-dotnet@v5 uses: actions/setup-dotnet@v5
with: with:
global-json-file: global.json dotnet-version: 10.0.103
cache: true cache: true
cache-dependency-path: | cache-dependency-path: |
Directory.Packages.props Directory.Packages.props
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"sdk": { "sdk": {
"version": "10.0.103", "version": "10.0.103",
"rollForward": "disable" "rollForward": "latestFeature"
} }
} }
+4
View File
@@ -30,6 +30,10 @@ SPDX-License-Identifier: GPL-2.0-or-later
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<KnownILLinkPack Update="Microsoft.NET.ILLink.Tasks" ILLinkPackVersion="10.0.5" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="..\..\LICENSE.txt"> <Content Include="..\..\LICENSE.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+3 -3
View File
@@ -4,9 +4,9 @@
"net10.0": { "net10.0": {
"Microsoft.NET.ILLink.Tasks": { "Microsoft.NET.ILLink.Tasks": {
"type": "Direct", "type": "Direct",
"requested": "[10.0.3, )", "requested": "[10.0.5, )",
"resolved": "10.0.3", "resolved": "10.0.5",
"contentHash": "0B6nZyCHWXnvmlB559oduOspVdNOnpNXPjhpWVMovLPAsDVG7A4jJR9rzECf67JUzxP8/ee/wA8clwIzJcWNFA==" "contentHash": "A+5ZuQ0f449tM+MQrhf6R9ZX7lYpjk/ODEwLYKrnF6111rtARx8fVsm4YznUnQiKnnXfaXNBqgxmil6RW3L3SA=="
}, },
"sharpemu.core": { "sharpemu.core": {
"type": "Project", "type": "Project",