提交 7f1bcd39 编写于 作者: K Kevin Halverson

Tidy up nuget artifacts for ResultProviders...

上级 069a905c
......@@ -173,6 +173,7 @@
<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
<NoStdLib>true</NoStdLib>
<FrameworkPathOverride>$(NuGetPackageRoot)\Microsoft.NetFX20\1.0.3\lib\net20</FrameworkPathOverride>
<NuGetTargetMoniker>.NETFramework,Version=v2.0</NuGetTargetMoniker>
</PropertyGroup>
<ItemGroup Condition="'$(ProjectLanguage)' == 'CSharp' AND '$(TargetNetFX20)' == 'true'">
......
......@@ -3,6 +3,6 @@
"Microsoft.NetFX20": "1.0.3"
},
"frameworks": {
"net40": { }
"net20": { }
}
}
\ No newline at end of file
......@@ -2,7 +2,7 @@
"locked": false,
"version": 1,
"targets": {
".NETFramework,Version=v4.0": {
".NETFramework,Version=v2.0": {
"Microsoft.NetFX20/1.0.3": {
"compile": {
"lib/net20/mscorlib.dll": {}
......@@ -30,6 +30,6 @@
"": [
"Microsoft.NetFX20 >= 1.0.3"
],
".NETFramework,Version=v4.0": []
".NETFramework,Version=v2.0": []
}
}
\ No newline at end of file
......@@ -2,7 +2,6 @@
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TargetNetFX20>true</TargetNetFX20>
<NuGetTargetMoniker>.NETFramework,Version=v2.0</NuGetTargetMoniker>
</PropertyGroup>
<ImportGroup Label="Settings">
<Import Project="..\..\..\..\..\..\build\Targets\VSL.Settings.targets" />
......
......@@ -3,6 +3,6 @@
"Microsoft.NetFX20": "1.0.3"
},
"frameworks": {
"net40": { }
"net20": { }
}
}
\ No newline at end of file
......@@ -2,7 +2,7 @@
"locked": false,
"version": 1,
"targets": {
".NETFramework,Version=v4.0": {
".NETFramework,Version=v2.0": {
"Microsoft.NetFX20/1.0.3": {
"compile": {
"lib/net20/mscorlib.dll": {}
......@@ -30,6 +30,6 @@
"": [
"Microsoft.NetFX20 >= 1.0.3"
],
".NETFramework,Version=v4.0": []
".NETFramework,Version=v2.0": []
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册