Skip to content

Commit

Permalink
woraround not needed anymore
Browse files Browse the repository at this point in the history
is fixed in Visual Studio 2017 15.1 (26403.00)
https://www.appveyor.com/updates/
  • Loading branch information
Cameron Taggart committed Apr 13, 2017
1 parent cb82c5e commit 888b74c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<packageSources>
<clear />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
<add key="msbuildsdkextras" value="https://www.myget.org/F/msbuildsdkextras/api/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
Expand Down
1 change: 0 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.1.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.NuGet.Build.Tasks.Workaround" Version="*" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit 888b74c

Please sign in to comment.