Updating the msbuild changes to handle DependencyModel coming from core-setup instead of a project dependency.
This commit is contained in:
parent
e900e23544
commit
0a55a7cb99
3 changed files with 5 additions and 13 deletions
|
@ -197,15 +197,6 @@
|
||||||
<Clean>False</Clean>
|
<Clean>False</Clean>
|
||||||
<Frameworks>net451;netstandard1.3</Frameworks>
|
<Frameworks>net451;netstandard1.3</Frameworks>
|
||||||
</BaseTestPackageProject>
|
</BaseTestPackageProject>
|
||||||
<BaseTestPackageProject Include="src/Microsoft.Extensions.DependencyModel">
|
|
||||||
<Name>Microsoft.Extensions.DependencyModel</Name>
|
|
||||||
<IsTool>True</IsTool>
|
|
||||||
<IsApplicable>True</IsApplicable>
|
|
||||||
<VersionPrefix>1.0.1-beta-</VersionPrefix>
|
|
||||||
<VersionSuffix>$(TestPackageBuildVersionSuffix)</VersionSuffix>
|
|
||||||
<Clean>False</Clean>
|
|
||||||
<Frameworks>net451;netstandard1.6</Frameworks>
|
|
||||||
</BaseTestPackageProject>
|
|
||||||
<BaseTestPackageProject Include="src/Microsoft.Extensions.Testing.Abstractions">
|
<BaseTestPackageProject Include="src/Microsoft.Extensions.Testing.Abstractions">
|
||||||
<Name>Microsoft.Extensions.Testing.Abstractions</Name>
|
<Name>Microsoft.Extensions.Testing.Abstractions</Name>
|
||||||
<IsTool>True</IsTool>
|
<IsTool>True</IsTool>
|
||||||
|
|
|
@ -5,10 +5,8 @@
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Extensions.DependencyModel": {
|
"NuGet.ProjectModel": "3.5.0-rc1-1697",
|
||||||
"target": "project"
|
"Microsoft.Extensions.DependencyModel": "1.0.1-beta-000914"
|
||||||
},
|
|
||||||
"NuGet.ProjectModel": "3.5.0-rc1-1697"
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
"Microsoft.DotNet.Core.Build.Tasks": {
|
"Microsoft.DotNet.Core.Build.Tasks": {
|
||||||
"target": "project"
|
"target": "project"
|
||||||
},
|
},
|
||||||
|
"Microsoft.DotNet.InternalAbstractions": {
|
||||||
|
"target": "project"
|
||||||
|
},
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
"FluentAssertions.Json": "4.12.0",
|
"FluentAssertions.Json": "4.12.0",
|
||||||
"dotnet-test-xunit": "1.0.0-rc2-192208-24"
|
"dotnet-test-xunit": "1.0.0-rc2-192208-24"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue