We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09625cb commit 9586124Copy full SHA for 9586124
global.json
@@ -1,10 +1,10 @@
1
{
2
"sdk": {
3
- "version": "8.0.119",
+ "version": "8.0.120",
4
"rollForward": "latestFeature"
5
},
6
"tools": {
7
- "dotnet": "8.0.119"
+ "dotnet": "8.0.120"
8
9
"msbuild-sdks": {
10
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24359.3",
src/Microsoft.DotNet.RemoteExecutor/src/Microsoft.DotNet.RemoteExecutor.csproj
@@ -9,6 +9,7 @@
<IsPackable>true</IsPackable>
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);PackBuildOutputs</TargetsForTfmSpecificContentInPackage>
11
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
12
+ <CheckEolTargetFramework>false</CheckEolTargetFramework>
13
</PropertyGroup>
14
15
<ItemGroup>
0 commit comments