Skip to content

Commit 2a9f13a

Browse files
committed
Merge branch 'nuget-insights-update'
2 parents db81bea + b6edba9 commit 2a9f13a

File tree

4 files changed

+0
-11
lines changed

4 files changed

+0
-11
lines changed

src/Directory.Packages.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
1717
<PackageVersion Include="Microsoft.VisualStudio.Interop" Version="17.4.33103.184" />
1818
<PackageVersion Include="Newtonsoft.Json" Version="13.0.2" />
19-
<PackageVersion Include="NugetInsights.Connector" Version="1.0.*" />
2019
<PackageVersion Include="System.Management" Version="7.0.0" />
2120
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
2221
<PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" />

src/SourceGenerator.Foundations.Contracts/SourceGenerator.Foundations.Contracts.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
<PrivateAssets>all</PrivateAssets>
1010
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1111
</PackageReference>
12-
<PackageReference Include="NugetInsights.Connector">
13-
<PrivateAssets>all</PrivateAssets>
14-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
15-
</PackageReference>
1612
</ItemGroup>
1713
<ItemGroup>
1814
<Compile Update="SgfInitializationContext.cs">

src/SourceGenerator.Foundations.sln

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp", "Sandbox\Conso
2626
EndProject
2727
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp.SourceGenerator", "Sandbox\ConsoleApp.SourceGenerator\ConsoleApp.SourceGenerator.csproj", "{594AACB5-B550-46CF-B6E2-16EF826D655A}"
2828
EndProject
29-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{F0124C8F-B8FB-4832-9D65-D0F13E4308AE}"
30-
EndProject
3129
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SourceGenerator.Foundations.Shared", "SourceGenerator.Foundations.Shared\SourceGenerator.Foundations.Shared.shproj", "{8AF3630C-2BF5-4854-A45D-0074C2787964}"
3230
EndProject
3331
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp.SourceGenerator.Tests", "Sandbox\ConsoleApp.SourceGenerator.Tests\ConsoleApp.SourceGenerator.Tests.csproj", "{560C8028-2831-4697-9571-A9920FB972E7}"

src/SourceGenerator.Foundations/SourceGenerator.Foundations.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
1313
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="all" />
14-
<PackageReference Include="NugetInsights.Connector">
15-
<PrivateAssets>all</PrivateAssets>
16-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
17-
</PackageReference>
1814
<None Update="SourceGenerator.Foundations.props" Pack="True" PackagePath="build/$(AssemblyName).props" />
1915
<None Update="SourceGenerator.Foundations.targets" Pack="True" PackagePath="build/$(AssemblyName).targets" />
2016
<ProjectReference Include="$(SGFContractsProjectPath)" PrivateAssets="All" />

0 commit comments

Comments
 (0)