Skip to content

Commit

Permalink
TEMP: Test new version of GetPackFromProject
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKotsenas committed Nov 23, 2024
1 parent c3b830f commit 56e75f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>
<ItemGroup>
<PackageVersion Include="BenchmarkDotNet" Version="0.13.12" />
<PackageVersion Include="GetPackFromProject" Version="1.0.6" />
<PackageVersion Include="GetPackFromProject" Version="1.0.10-gbabb094d4a" />
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.6.146" />
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta1.21216.1" />
<PackageVersion Include="System.CommandLine.Rendering" Version="2.0.0-beta1.20074.1" />
Expand Down
4 changes: 4 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<!-- dotnet-tools is needed to get newer versions of Microsoft.CodeAnalysis.Testing.* See https://github.com/dotnet/roslyn-sdk/issues/1047 for discussion to publish these to nuget.org. -->
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="local" value="./tests/Moq.Analyzers.Test/temp" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget">
Expand All @@ -14,6 +15,9 @@
<packageSource key="dotnet5">
<package pattern="System.CommandLine.Rendering" />
</packageSource>
<packageSource key="local">
<package pattern="GetPackFromProject" />
</packageSource>
<packageSource key="dotnet-tools">
<package pattern="Microsoft.CodeAnalysis.Analyzer.Testing*" />
<package pattern="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing*" />
Expand Down
Binary file not shown.

0 comments on commit 56e75f2

Please sign in to comment.