-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Enable NuGet Audit and fix issues #107639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
ef0df64
8bdf2f3
8c96173
69e424c
6408e8b
294f280
4453c4f
5a22046
fe775ec
b84f010
c1d3d09
c87cdf6
a501794
36a7b29
da23192
b365311
04ffd0e
72cedfe
3772ac9
d93f35c
3da813d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| <Project> | ||
|
|
||
| <ItemDefinitionGroup> | ||
| <PackageDownloadAndReference> | ||
| <Folder>lib/$(TargetFramework)</Folder> | ||
| <AssemblyName>%(Identity)</AssemblyName> | ||
| <Private>false</Private> | ||
| </PackageDownloadAndReference> | ||
| </ItemDefinitionGroup> | ||
|
|
||
| <ItemGroup> | ||
| <PackageDownload Include="@(PackageDownloadAndReference)" /> | ||
| <PackageDownload Update="@(PackageDownloadAndReference)" Version="[%(Version)]"/> | ||
| <Reference Include="@(PackageDownloadAndReference->'$(NuGetPackageRoot)%(Identity)/%(Version)/%(Folder)/%(AssemblyName).dll')" /> | ||
| </ItemGroup> | ||
|
|
||
| </Project> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,8 +19,8 @@ | |
| </PropertyGroup> | ||
|
|
||
| <ItemGroup> | ||
| <PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataToolsetVersion)" /> | ||
| <PackageReference Include="System.Text.Json" Version="$(SystemTextJsonToolsetVersion)" /> | ||
| <ProjectReference Include="$(LibrariesProjectRoot)System.Reflection.Metadata\src\System.Reflection.Metadata.csproj" /> | ||
| <ProjectReference Include="$(LibrariesProjectRoot)System.Text.Json\src\System.Text.Json.csproj" /> | ||
|
||
| </ItemGroup> | ||
|
|
||
| <ItemGroup> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.