mirror of
https://github.com/Ryujinx/Ryujinx.CustomTasks.git
synced 2024-12-23 00:15:38 +00:00
e16aa5f3dd
Bumps [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) from 17.6.3 to 17.8.3. - [Release notes](https://github.com/dotnet/msbuild/releases) - [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md) - [Commits](https://github.com/dotnet/msbuild/compare/v17.6.3...v17.8.3) --- updated-dependencies: - dependency-name: Microsoft.Build.Utilities.Core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
10 lines
341 B
XML
10 lines
341 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.8.3" />
|
|
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0" />
|
|
</ItemGroup>
|
|
</Project>
|