Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NuGet/NuGet.Build.Packaging
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3960aa4b98ec62866471ed4e24d431377797269c
Choose a base ref
..
head repository: NuGet/NuGet.Build.Packaging
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 228de279225bc638bb84090961ddcd60e70115a7
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +1 −0 NuGet.Config
  2. +1 −1 src/VisualStudio/NuGet.Packaging.VisualStudio.15/NuGet.Packaging.VisualStudio.15.csproj
1 change: 1 addition & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@
<packageSources>
<clear />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
<add key="NuGetVolatile" value="https://dotnet.myget.org/F/nuget-volatile/api/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@
<PackageReference Include="MSBuilder.VsixInstaller" Version="0.2.18" />
<PackageReference Include="VSLangProj110" Version="11.0.*" />
<PackageReference Include="VSLangProj140" Version="14.0.*" />
<PackageReference Include="VSLangProj150" Version="15.0.*" />
<PackageReference Include="VSLangProj150" Version="1.0.0" />
<PackageReference Include="VSSDK.ComponentModelHost.11" Version="11.0.4" />
</ItemGroup>
<ItemGroup>