Skip to content

Commit 45e2745

Browse files
committed
Obtain MSBuild reference from nuget.org
Fixes #96
1 parent c69f54c commit 45e2745

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/ImmutableObjectGraph.Generation.Tests/ImmutableObjectGraph.Generation.Tests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
<WarningLevel>4</WarningLevel>
3737
</PropertyGroup>
3838
<ItemGroup>
39-
<Reference Include="Microsoft.Build, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
40-
<Reference Include="Microsoft.Build.Framework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
4139
<Reference Include="System" />
4240
<Reference Include="System.Core" />
4341
<Reference Include="System.Drawing" />

src/ImmutableObjectGraph.Generation.Tests/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"Microsoft.Build": "14.3.0",
34
"xunit": "2.1.0",
45
"xunit.runner.visualstudio": "2.1.0"
56
},

0 commit comments

Comments
 (0)