File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed
Abstractions/src/Asp.Versioning.Abstractions
Client/src/Asp.Versioning.Http.Client
Common/src/Common.Backport Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup>
33 <TargetFramework>netstandard1.0</TargetFramework>
44 <IsPackable>false</IsPackable>
5+ <NoWarn>$(NoWarn);NETSDK1215</NoWarn>
56 </PropertyGroup>
67 <ItemGroup>
78 <None Include="**\*.*" Exclude="*.msbuildproj;obj\**\*.*" />
Original file line number Diff line number Diff line change 1414 <IsAotCompatible >true</IsAotCompatible >
1515 </PropertyGroup >
1616
17+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard1.0' " >
18+ <CheckNotRecommendedTargetFramework >false</CheckNotRecommendedTargetFramework >
19+ </PropertyGroup >
20+
1721 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.0' " >
1822 <Compile Remove =" netstandard2.0\**\*.cs;net#.0\**\*.cs" />
1923 <None Include =" netstandard2.0\**\*.cs;net#.0\**\*.cs" />
Original file line number Diff line number Diff line change 1414 <IsAotCompatible >true</IsAotCompatible >
1515 </PropertyGroup >
1616
17+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard1.1' " >
18+ <CheckNotRecommendedTargetFramework >false</CheckNotRecommendedTargetFramework >
19+ </PropertyGroup >
20+
1721 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.1' " >
1822 <Compile Remove =" net#.0\**\*.cs" />
1923 <None Include =" net#.0\**\*.cs" />
Original file line number Diff line number Diff line change 11<Project Sdk="Microsoft.Build.NoTargets/3.3.0">
22 <PropertyGroup>
33 <TargetFramework>netstandard1.0</TargetFramework>
4+ <NoWarn>$(NoWarn);NETSDK1215</NoWarn>
45 </PropertyGroup>
56 <ItemGroup>
67 <None Include="**\*.*" Exclude="*.msbuildproj;obj\**\*.*" />
You can’t perform that action at this time.
0 commit comments