File tree Expand file tree Collapse file tree 11 files changed +18
-19
lines changed
EntityFramework6.Npgsql.Tests Expand file tree Collapse file tree 11 files changed +18
-19
lines changed Original file line number Diff line number Diff line change 66 <packageSources >
77 <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
88 <add key =" AspNetRelease" value =" https://www.myget.org/F/aspnetrelease/api/v3/index.json" />
9- <add key =" AspNetVNext" value =" https://www.myget.org/F/aspnetcidev/api/v3/index.json" />
109 </packageSources >
1110</configuration >
Original file line number Diff line number Diff line change 1616 <TargetFrameworkProfile />
1717 <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
1818 <LangVersion >5</LangVersion >
19+ <!-- The following stops VS from complaining about runtimes in project.json, see
20+ https://github.com/Microsoft/msbuild/issues/394 -->
21+ <CopyNuGetImplementations >false</CopyNuGetImplementations >
1922 </PropertyGroup >
2023 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2124 <DebugSymbols >true</DebugSymbols >
Original file line number Diff line number Diff line change 3030 "compilationOptions" : {
3131 "keyFile" : " ../../Npgsql.snk"
3232 },
33- "runtimes" : {
34- "win" : {}
35- },
3633 "dependencies" : {
3734 "Npgsql" : " 3.1.0-*"
3835 },
Original file line number Diff line number Diff line change 1515 <RestorePackages >true</RestorePackages >
1616 <TargetFrameworkProfile />
1717 <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
18+ <!-- The following stops VS from complaining about runtimes in project.json, see
19+ https://github.com/Microsoft/msbuild/issues/394 -->
20+ <CopyNuGetImplementations >false</CopyNuGetImplementations >
1821 </PropertyGroup >
1922 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2023 <DebugSymbols >true</DebugSymbols >
Original file line number Diff line number Diff line change 3131 "define" : [ " ENTITIES6" ],
3232 "keyFile" : " ../../Npgsql.snk"
3333 },
34- "runtimes" : {
35- "win" : {}
36- },
3734 "dependencies" : {
3835 "EntityFramework" : " 6.1.3" ,
3936 "Npgsql" : " 3.1.0-*"
Original file line number Diff line number Diff line change 1818 </NuGetPackageImportStamp >
1919 <TargetFrameworkProfile />
2020 <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
21+ <!-- The following stops VS from complaining about runtimes in project.json, see
22+ https://github.com/Microsoft/msbuild/issues/394 -->
23+ <CopyNuGetImplementations >false</CopyNuGetImplementations >
2124 </PropertyGroup >
2225 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2326 <DebugSymbols >true</DebugSymbols >
300303 <EmbeddedResource Include =" NpgsqlMetaData.xml" />
301304 </ItemGroup >
302305 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
303- </Project >
306+ </Project >
Original file line number Diff line number Diff line change 3737 "tools" : {
3838 "dotnet-rewrite-async" : " 0.8.2"
3939 },
40- "runtimes" : {
41- "win" : {}
42- },
4340 "frameworks" : {
4441 "net45" : {
4542 "frameworkAssemblies" : {
Original file line number Diff line number Diff line change 1313 <RestorePackages >true</RestorePackages >
1414 <TargetFrameworkProfile />
1515 <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
16+ <!-- The following stops VS from complaining about runtimes in project.json, see
17+ https://github.com/Microsoft/msbuild/issues/394 -->
18+ <CopyNuGetImplementations >false</CopyNuGetImplementations >
1619 </PropertyGroup >
1720 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1821 <OutputPath >bin\Debug\</OutputPath >
8487 </ProjectReference >
8588 </ItemGroup >
8689 <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.Targets" />
87- </Project >
90+ </Project >
Original file line number Diff line number Diff line change 44 "keyFile" : " ../../Npgsql.snk" ,
55 "emitEntryPoint" : true
66 },
7- "runtimes" : {
8- "win" : {}
9- },
107 "dependencies" : {
118 "NUnit" : " 3.2.1" ,
129 "NUnitLite" : " 3.2.1" ,
Original file line number Diff line number Diff line change 1313 <RestorePackages >true</RestorePackages >
1414 <TargetFrameworkProfile />
1515 <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
16+ <!-- The following stops VS from complaining about runtimes in project.json, see
17+ https://github.com/Microsoft/msbuild/issues/394 -->
18+ <CopyNuGetImplementations >false</CopyNuGetImplementations >
1619 </PropertyGroup >
1720 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1821 <OutputPath >bin\Debug\</OutputPath >
98101 </ProjectReference >
99102 </ItemGroup >
100103 <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.Targets" />
101- </Project >
104+ </Project >
You can’t perform that action at this time.
0 commit comments