File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ <Project>
2+ <PropertyGroup Condition=" '$(TargetFramework)' == 'net40-client' ">
3+ <TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
4+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
5+ <TargetFrameworkProfile>client</TargetFrameworkProfile>
6+ </PropertyGroup>
7+ </Project>
Original file line number Diff line number Diff line change 3333 </PropertyGroup>
3434
3535 <Import Project="../../build/common.props" />
36+ <Import Project="../../build/net40-client-target.props" />
3637
3738 <ItemGroup>
3839 <PackageReference Include="BuildBundlerMinifier" Version="2.4.337" PrivateAssets="All" />
39- <PackageReference Include="MSBuild.Sdk.Extras" Version="1.1.0" PrivateAssets="All" />
4040 <PackageReference Include="ResxToCs.MSBuild" Version="1.0.0-alpha5" PrivateAssets="All" />
4141 </ItemGroup>
4242
7171 <ResxToCsTask InputDirectory="./Resources/" Namespace="$(RootNamespace).Resources" InternalAccessModifier="true" />
7272 </Target>
7373
74- <Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" />
75-
7674</Project>
You can’t perform that action at this time.
0 commit comments