File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
src/Razor/test/testassets Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 29
29
<!-- Ignore warning about calling the Pack target on Web SDK projects. Our build scripts call /t:pack on everything in this repo. -->
30
30
<WarnOnPackingNonPackableProject >false</WarnOnPackingNonPackableProject >
31
31
</PropertyGroup >
32
+
33
+ <PropertyGroup >
34
+ <!-- Turn off end of life target framework checks as we intentionally build older .NETCoreApp configurations. -->
35
+ <!-- Ignores the NETSDK1138 warning -->
36
+ <CheckEolTargetFramework >false</CheckEolTargetFramework >
37
+ </PropertyGroup >
32
38
</Project >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 5.0.401 "
3
+ "version" : " 5.0.402 "
4
4
},
5
5
"tools" : {
6
- "dotnet" : " 5.0.401 " ,
6
+ "dotnet" : " 5.0.402 " ,
7
7
"runtimes" : {
8
8
"dotnet/x64" : [
9
9
" 2.1.30" ,
13
13
" $(MicrosoftNETCoreAppInternalPackageVersion)"
14
14
],
15
15
"aspnetcore/x64" : [
16
- " 3.1.19 "
16
+ " 3.1.20 "
17
17
]
18
18
},
19
19
"Git" : " 2.22.0" ,
Original file line number Diff line number Diff line change 17
17
<RepoRoot Condition =" '$(BuildingTestAppsIndependently)' == 'true' AND '$(RepoRoot)' == ''" >$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, 'global.json'))\</RepoRoot >
18
18
<RazorSdkArtifactsDirectory >$(RepoRoot)artifacts\bin\Microsoft.NET.Sdk.Razor\</RazorSdkArtifactsDirectory >
19
19
<BlazorWebAssemblyJSPath >$(MSBuildThisFileDirectory)blazor.webassembly.js</BlazorWebAssemblyJSPath >
20
+
21
+ <!-- Turn off end of life target framework checks as we intentionally build older .NETCoreApp configurations. -->
22
+ <CheckEolTargetFramework >false</CheckEolTargetFramework >
20
23
</PropertyGroup >
21
24
22
25
<Import Project =" $(RepoRoot)eng\Versions.props" />
You can’t perform that action at this time.
0 commit comments