Skip to content

Commit

Permalink
Apply build break workaround NuGet/Home#4532
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Apr 10, 2017
1 parent 7fba2fc commit db30e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/MoneyMan.WPF/MoneyMan.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NuGet.Build.Tasks.Workaround" Version="1.0.0" />
<PackageReference Include="PCLCommandBase" Version="0.3.5" />
<PackageReference Include="ReadOnlySourceTree" Version="0.1.37-beta" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.0" PrivateAssets="all" />
Expand Down
1 change: 1 addition & 0 deletions src/nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="myget.org/F/aarnott" value="https://www.myget.org/F/aarnott/api/v3/index.json" protocolVersion="3" />
<add key="myget.org/xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
<add key="msbuildsdkextras" value="https://www.myget.org/F/msbuildsdkextras/api/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit db30e80

Please sign in to comment.