8000 Resolve NuGet Audit errors in VMR builds by ViktorHofer · Pull Request #546 · dotnet/dotnet · GitHub
[go: up one dir, main page]

Skip to content

Resolve NuGet Audit errors in VMR builds #546

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

Merged
merged 20 commits into from
May 15, 2025
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Directory.Build.props
  • Loading branch information
ViktorHofer authored May 14, 2025
commit 27d718bade31200733c946f10e239adbde9d6dda
3 changes: 1 addition & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
<!-- Manually import the Versions.props file when the Arcade SDK isn't used. -->
<Import Project="$(RepositoryEngineeringDir)Versions.props" Condition="'$(SkipArcadeSdkImport)' == 'true'" />
<Import Project="$(RepositoryEngineeringDir)VmrLayout.props" />
<!-- For source only builds, override the version props with previously built artifacts.
If a version should be pinned, declare it after this import. -->
<!-- For source only builds, override the version props with previously built artifacts. -->
<Import Project="$(PreviouslySourceBuiltPackageVersionsPropsFile)" Condition="'$(DotNetBuildSourceOnly)' == 'true' and Exists('$(PreviouslySourceBuiltPackageVersionsPropsFile)')" />

<PropertyGroup>
Expand Down
Loading
0