提交 bc580a0e 编写于 作者: A Andy Gocke

Merge pull request #5603 from agocke/MakeCoreProjectsILOnly

Make *Core projects IL-only and use win7 runtime identifier globally
......@@ -2608,22 +2608,22 @@ Global
{E2E889A5-2489-4546-9194-47C63E49EAEB}.Release|x86.Build.0 = Release|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Debug|ARM.ActiveCfg = Debug|ARM
{23683607-168A-4189-955E-908F0E80E60D}.Debug|ARM.Build.0 = Debug|ARM
{23683607-168A-4189-955E-908F0E80E60D}.Debug|ARM.ActiveCfg = Debug|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Debug|ARM.Build.0 = Debug|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Debug|x64.ActiveCfg = Debug|x64
{23683607-168A-4189-955E-908F0E80E60D}.Debug|x64.Build.0 = Debug|x64
{23683607-168A-4189-955E-908F0E80E60D}.Debug|x64.ActiveCfg = Debug|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Debug|x64.Build.0 = Debug|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Debug|x86.ActiveCfg = Debug|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Debug|x86.Build.0 = Debug|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Release|Any CPU.Build.0 = Release|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Release|ARM.ActiveCfg = Release|ARM
{23683607-168A-4189-955E-908F0E80E60D}.Release|ARM.Build.0 = Release|ARM
{23683607-168A-4189-955E-908F0E80E60D}.Release|ARM.ActiveCfg = Release|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Release|ARM.Build.0 = Release|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Release|x64.ActiveCfg = Release|x64
{23683607-168A-4189-955E-908F0E80E60D}.Release|x64.Build.0 = Release|x64
{23683607-168A-4189-955E-908F0E80E60D}.Release|x64.ActiveCfg = Release|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Release|x64.Build.0 = Release|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Release|x86.ActiveCfg = Release|Any CPU
{23683607-168A-4189-955E-908F0E80E60D}.Release|x86.Build.0 = Release|Any CPU
{D1B051A4-F2A1-4E97-9747-C41D13E475FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
......
......@@ -9,6 +9,8 @@
'$(OS)' == 'Windows_NT'">$(UserProfile)\.nuget\packages</NuGetPackageRoot>
<NuGetPackageRoot Condition="'$(NuGetPackageRoot)' == '' and
'$(OS)' != 'Windows_NT'">$([System.Environment]::GetFolderPath(SpecialFolder.Personal))\.nuget\packages</NuGetPackageRoot>
<BaseNuGetRuntimeIdentifier Condition="'$(OS)' == 'Windows_NT'">win7</BaseNuGetRuntimeIdentifier>
<BaseNuGetRuntimeIdentifier Condition="'$(OS)' == 'Unix'">ubuntu.14.04</BaseNuGetRuntimeIdentifier>
</PropertyGroup>
<!-- Import the global NuGet packages -->
......
......@@ -20,6 +20,9 @@
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
<TargetFrameworkIdentifier>DNXCore</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<!-- Misspelling, bug in NuGet targets -->
<RuntimeIndentifier>x64</RuntimeIndentifier>
<NuGetRuntimeIdentifier>$(BaseNuGetRuntimeIdentifier)-$(RuntimeIndentifier)</NuGetRuntimeIdentifier>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<ItemGroup Label="Project References">
......
......@@ -4,6 +4,7 @@
"net45": { }
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { },
"ubuntu.14.04-anycpu": { }
}
}
\ No newline at end of file
......@@ -24,7 +24,29 @@
}
}
},
".NETFramework,Version=v4.5/win-anycpu": {
".NETFramework,Version=v4.5/ubuntu.14.04-anycpu": {
"Microsoft.DiaSymReader.Native/1.1.0-alpha2": {},
"System.Collections.Immutable/1.1.36": {
"compile": {
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
},
"runtime": {
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
}
},
"System.Reflection.Metadata/1.1.0-alpha-00014": {
"dependencies": {
"System.Collections.Immutable": "[1.1.36, )"
},
"compile": {
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
},
"runtime": {
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
}
}
},
".NETFramework,Version=v4.5/win7-anycpu": {
"Microsoft.DiaSymReader.Native/1.1.0-alpha2": {},
"System.Collections.Immutable/1.1.36": {
"compile": {
......
......@@ -4,6 +4,7 @@
"net45": { }
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { },
"ubuntu.14.04-anycpu": { }
}
}
\ No newline at end of file
......@@ -24,7 +24,29 @@
}
}
},
".NETFramework,Version=v4.5/win-anycpu": {
".NETFramework,Version=v4.5/ubuntu.14.04-anycpu": {
"Microsoft.DiaSymReader.Native/1.1.0-alpha2": {},
"System.Collections.Immutable/1.1.36": {
"compile": {
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
},
"runtime": {
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
}
},
"System.Reflection.Metadata/1.1.0-alpha-00014": {
"dependencies": {
"System.Collections.Immutable": "[1.1.36, )"
},
"compile": {
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
},
"runtime": {
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
}
}
},
".NETFramework,Version=v4.5/win7-anycpu": {
"Microsoft.DiaSymReader.Native/1.1.0-alpha2": {},
"System.Collections.Immutable/1.1.36": {
"compile": {
......
......@@ -4,6 +4,6 @@
"net45": {}
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { }
}
}
\ No newline at end of file
......@@ -24,7 +24,7 @@
}
}
},
".NETFramework,Version=v4.5/win-anycpu": {
".NETFramework,Version=v4.5/win7-anycpu": {
"Microsoft.DiaSymReader.Native/1.1.0-alpha2": {},
"System.Collections.Immutable/1.1.36": {
"compile": {
......
{
"dependencies": { },
"frameworks": {
"net45": {}
"net45": { }
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { },
"ubuntu.14.04-anycpu": { }
}
}
\ No newline at end of file
......@@ -24,7 +24,29 @@
}
}
},
".NETFramework,Version=v4.5/win-anycpu": {
".NETFramework,Version=v4.5/ubuntu.14.04-anycpu": {
"Microsoft.DiaSymReader.Native/1.1.0-alpha2": {},
"System.Collections.Immutable/1.1.36": {
"compile": {
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
},
"runtime": {
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
}
},
"System.Reflection.Metadata/1.1.0-alpha-00014": {
"dependencies": {
"System.Collections.Immutable": "[1.1.36, )"
},
"compile": {
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
},
"runtime": {
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
}
}
},
".NETFramework,Version=v4.5/win7-anycpu": {
"Microsoft.DiaSymReader.Native/1.1.0-alpha2": {},
"System.Collections.Immutable/1.1.36": {
"compile": {
......
......@@ -20,6 +20,9 @@
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
<TargetFrameworkIdentifier>DNXCore</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<!-- Misspelling, bug in NuGet targets -->
<RuntimeIndentifier>x64</RuntimeIndentifier>
<NuGetRuntimeIdentifier>$(BaseNuGetRuntimeIdentifier)-$(RuntimeIndentifier)</NuGetRuntimeIdentifier>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<ItemGroup Label="Project References">
......
......@@ -4,6 +4,7 @@
"net45": { }
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { },
"ubuntu.14.04-anycpu": { }
}
}
\ No newline at end of file
......@@ -24,7 +24,29 @@
}
}
},
".NETFramework,Version=v4.5/win-anycpu": {
".NETFramework,Version=v4.5/ubuntu.14.04-anycpu": {
"Microsoft.DiaSymReader.Native/1.1.0-alpha2": {},
"System.Collections.Immutable/1.1.36": {
"compile": {
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
},
"runtime": {
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
}
},
"System.Reflection.Metadata/1.1.0-alpha-00014": {
"dependencies": {
"System.Collections.Immutable": "[1.1.36, )"
},
"compile": {
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
},
"runtime": {
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
}
}
},
".NETFramework,Version=v4.5/win7-anycpu": {
"Microsoft.DiaSymReader.Native/1.1.0-alpha2": {},
"System.Collections.Immutable/1.1.36": {
"compile": {
......
......@@ -4,6 +4,7 @@
"net45": { }
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { },
"ubuntu.14.04-anycpu": { }
}
}
\ No newline at end of file
......@@ -24,7 +24,29 @@
}
}
},
".NETFramework,Version=v4.5/win-anycpu": {
".NETFramework,Version=v4.5/ubuntu.14.04-anycpu": {
"Microsoft.DiaSymReader.Native/1.1.0-alpha2": {},
"System.Collections.Immutable/1.1.36": {
"compile": {
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
},
"runtime": {
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
}
},
"System.Reflection.Metadata/1.1.0-alpha-00014": {
"dependencies": {
"System.Collections.Immutable": "[1.1.36, )"
},
"compile": {
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
},
"runtime": {
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
}
}
},
".NETFramework,Version=v4.5/win7-anycpu": {
"Microsoft.DiaSymReader.Native/1.1.0-alpha2": {},
"System.Collections.Immutable/1.1.36": {
"compile": {
......
......@@ -15,6 +15,6 @@
"net46": { }
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { }
}
}
\ No newline at end of file
......@@ -334,7 +334,7 @@
}
}
},
".NETFramework,Version=v4.6/win-anycpu": {
".NETFramework,Version=v4.6/win7-anycpu": {
"BasicUndo/0.9.3": {
"compile": {
"lib/net45/BasicUndo.dll": {}
......
......@@ -11,6 +11,6 @@
"net46": { }
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { }
}
}
\ No newline at end of file
......@@ -261,7 +261,7 @@
}
}
},
".NETFramework,Version=v4.6/win-anycpu": {
".NETFramework,Version=v4.6/win7-anycpu": {
"Microsoft.Composition/1.0.27": {
"compile": {
"lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll": {},
......
......@@ -8,6 +8,6 @@
"net46": { }
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { }
}
}
\ No newline at end of file
......@@ -245,7 +245,7 @@
}
}
},
".NETFramework,Version=v4.6/win-anycpu": {
".NETFramework,Version=v4.6/win7-anycpu": {
"Microsoft.DiaSymReader.Native/1.1.0-alpha2": {},
"Microsoft.NETCore.Portable.Compatibility/1.0.1-beta-23401": {
"compile": {
......
......@@ -8,6 +8,6 @@
"net46": { }
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { }
}
}
\ No newline at end of file
......@@ -256,7 +256,7 @@
}
}
},
".NETFramework,Version=v4.6/win-anycpu": {
".NETFramework,Version=v4.6/win7-anycpu": {
"Microsoft.DiaSymReader.Native/1.1.0-alpha2": {},
"Microsoft.NETCore.Portable.Compatibility/1.0.1-beta-23401": {
"compile": {
......
......@@ -4,6 +4,6 @@
"net452": {}
},
"runtimes": {
"win-anycpu": {}
"win7-anycpu": {}
}
}
......@@ -4,6 +4,6 @@
"net452": {}
},
"runtimes": {
"win-anycpu": {}
"win7-anycpu": {}
}
}
......@@ -4,6 +4,6 @@
"net452": {}
},
"runtimes": {
"win-anycpu": {}
"win7-anycpu": {}
}
}
......@@ -8,6 +8,7 @@
"net45": { }
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { },
"ubuntu.14.04-anycpu": { }
}
}
......@@ -48,7 +48,53 @@
}
}
},
".NETFramework,Version=v4.5/win-anycpu": {
".NETFramework,Version=v4.5/ubuntu.14.04-anycpu": {
"Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.1.0-beta1-20150824-02": {
"compile": {
"lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll": {}
},
"runtime": {
"lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll": {}
}
},
"Microsoft.DiaSymReader/1.0.5.1": {
"compile": {
"lib/net20/Microsoft.DiaSymReader.dll": {}
},
"runtime": {
"lib/net20/Microsoft.DiaSymReader.dll": {}
}
},
"Microsoft.DiaSymReader.Native/1.1.0-alpha2": {},
"System.Collections.Immutable/1.1.36": {
"compile": {
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
},
"runtime": {
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
}
},
"System.Reflection.Metadata/1.1.0-alpha-00014": {
"dependencies": {
"System.Collections.Immutable": "[1.1.36, )"
},
"compile": {
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
},
"runtime": {
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
}
},
"xunit/1.9.2": {
"compile": {
"lib/net20/xunit.dll": {}
},
"runtime": {
"lib/net20/xunit.dll": {}
}
}
},
".NETFramework,Version=v4.5/win7-anycpu": {
"Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.1.0-beta1-20150824-02": {
"compile": {
"lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll": {}
......
......@@ -7,39 +7,17 @@
<PropertyGroup>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<PlatformTarget>AnyCPU</PlatformTarget>
<ProjectGuid>{23683607-168A-4189-955E-908F0E80E60D}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>Roslyn.TestRuntime.FX46</AssemblyName>
<Nonshipping>true</Nonshipping>
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<TargetFrameworkIdentifier>
</TargetFrameworkIdentifier>
<TargetFrameworkIdentifier />
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<CopyNuGetImplementations>true</CopyNuGetImplementations>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
<PlatformTarget>ARM</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
<PlatformTarget>ARM</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Any CPU' ">
<PlatformTarget>
</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Any CPU' ">
<PlatformTarget>
</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>
</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<PlatformTarget>
</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
......
......@@ -27,6 +27,6 @@
"net46": { }
},
"runtimes": {
"win-": { }
"win7-anycpu": { }
}
}
......@@ -293,7 +293,7 @@
}
}
},
".NETFramework,Version=v4.6/win-": {
".NETFramework,Version=v4.6/win7-anycpu": {
"Microsoft.NETCore.Platforms/1.0.0": {},
"System.AppContext/4.0.0": {
"dependencies": {
......
......@@ -4,6 +4,7 @@
"net45": {}
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { },
"ubuntu.14.04-anycpu": { }
}
}
......@@ -3,7 +3,8 @@
"version": 1,
"targets": {
".NETFramework,Version=v4.5": {},
".NETFramework,Version=v4.5/win-anycpu": {}
".NETFramework,Version=v4.5/ubuntu.14.04-anycpu": {},
".NETFramework,Version=v4.5/win7-anycpu": {}
},
"libraries": {},
"projectFileDependencyGroups": {
......
......@@ -4,6 +4,7 @@
"net45": {}
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { },
"ubuntu.14.04-anycpu": { }
}
}
\ No newline at end of file
......@@ -3,7 +3,8 @@
"version": 1,
"targets": {
".NETFramework,Version=v4.5": {},
".NETFramework,Version=v4.5/win-anycpu": {}
".NETFramework,Version=v4.5/ubuntu.14.04-anycpu": {},
".NETFramework,Version=v4.5/win7-anycpu": {}
},
"libraries": {},
"projectFileDependencyGroups": {
......
......@@ -4,6 +4,7 @@
"net45": {}
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { },
"ubuntu.14.04-anycpu": { }
}
}
......@@ -3,7 +3,8 @@
"version": 1,
"targets": {
".NETFramework,Version=v4.5": {},
".NETFramework,Version=v4.5/win-anycpu": {}
".NETFramework,Version=v4.5/ubuntu.14.04-anycpu": {},
".NETFramework,Version=v4.5/win7-anycpu": {}
},
"libraries": {},
"projectFileDependencyGroups": {
......
......@@ -4,6 +4,7 @@
"net45": {}
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { },
"ubuntu.14.04-anycpu": { }
}
}
......@@ -3,7 +3,8 @@
"version": 1,
"targets": {
".NETFramework,Version=v4.5": {},
".NETFramework,Version=v4.5/win-anycpu": {}
".NETFramework,Version=v4.5/ubuntu.14.04-anycpu": {},
".NETFramework,Version=v4.5/win7-anycpu": {}
},
"libraries": {},
"projectFileDependencyGroups": {
......
......@@ -4,6 +4,7 @@
"net45": {}
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { },
"ubuntu.14.04-anycpu": { }
}
}
\ No newline at end of file
......@@ -3,7 +3,8 @@
"version": 1,
"targets": {
".NETFramework,Version=v4.5": {},
".NETFramework,Version=v4.5/win-anycpu": {}
".NETFramework,Version=v4.5/ubuntu.14.04-anycpu": {},
".NETFramework,Version=v4.5/win7-anycpu": {}
},
"libraries": {},
"projectFileDependencyGroups": {
......
......@@ -6,6 +6,6 @@
"net452": {}
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { }
}
}
\ No newline at end of file
......@@ -23,7 +23,7 @@
}
}
},
".NETFramework,Version=v4.5.2/win-anycpu": {
".NETFramework,Version=v4.5.2/win7-anycpu": {
"System.Collections.Immutable/1.1.36": {
"compile": {
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
......
......@@ -4,6 +4,6 @@
"net45": { }
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { }
}
}
......@@ -32,7 +32,7 @@
}
}
},
".NETFramework,Version=v4.5/win-anycpu": {
".NETFramework,Version=v4.5/win7-anycpu": {
"Microsoft.DiaSymReader/1.0.5.1": {
"compile": {
"lib/net20/Microsoft.DiaSymReader.dll": {}
......
......@@ -6,6 +6,6 @@
"net45": { }
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { }
}
}
......@@ -32,7 +32,7 @@
}
}
},
".NETFramework,Version=v4.5/win-anycpu": {
".NETFramework,Version=v4.5/win7-anycpu": {
"Microsoft.DiaSymReader/1.0.5.1": {
"compile": {
"lib/net20/Microsoft.DiaSymReader.dll": {}
......
......@@ -14,6 +14,6 @@
"net46": { }
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { }
}
}
\ No newline at end of file
......@@ -104,7 +104,7 @@
}
}
},
".NETFramework,Version=v4.6/win-anycpu": {
".NETFramework,Version=v4.6/win7-anycpu": {
"ManagedEsent/1.9.2": {
"compile": {
"lib/net40/Esent.Interop.dll": {}
......
......@@ -7,6 +7,6 @@
"net46": { }
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { }
}
}
......@@ -104,7 +104,7 @@
}
}
},
".NETFramework,Version=v4.6/win-anycpu": {
".NETFramework,Version=v4.6/win7-anycpu": {
"ManagedEsent/1.9.2": {
"compile": {
"lib/net40/Esent.Interop.dll": {}
......
......@@ -4,6 +4,6 @@
"net46": { }
},
"runtimes": {
"win-anycpu": { }
"win7-anycpu": { }
}
}
......@@ -288,7 +288,7 @@
}
}
},
".NETFramework,Version=v4.6/win-anycpu": {
".NETFramework,Version=v4.6/win7-anycpu": {
"ManagedEsent/1.9.2": {
"compile": {
"lib/net40/Esent.Interop.dll": {}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册