Skip to content

Commit 2c39c15

Browse files
committed
Uninstalled the MSBuild.Sdk.Extras package
1 parent 1b98b49 commit 2c39c15

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

build/net40-client-target.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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>

src/MsieJavaScriptEngine/MsieJavaScriptEngine.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
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

@@ -71,6 +71,4 @@
7171
<ResxToCsTask InputDirectory="./Resources/" Namespace="$(RootNamespace).Resources" InternalAccessModifier="true" />
7272
</Target>
7373

74-
<Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" />
75-
7674
</Project>

0 commit comments

Comments
 (0)