Skip to content

Commit

Permalink
build: update nuget.config
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi committed Oct 2, 2024
1 parent 2e70f39 commit cb169e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
<!-- https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping#enable-by-manually-editing-nugetconfig -->
<packageSourceMapping>
<packageSource key="nuget">
<package pattern="Microsoft.CodeAnalysis.Analyzer*" />
<package pattern="*" />
</packageSource>
<packageSource key="compiler">
<package pattern="Microsoft.CodeAnalysis.*" />
<package pattern="Microsoft.CodeAnalysis.Common" />
<package pattern="Microsoft.CodeAnalysis.CSharp" />
<package pattern="Microsoft.CodeAnalysis.CSharp.*" />
</packageSource>
</packageSourceMapping>
</configuration>

0 comments on commit cb169e9

Please sign in to comment.