Files
DotNetSolutionTools/DotNetSolutionTools.Core/DotNetSolutionTools.Core.csproj
dependabot[bot] b5c4a3c9d4 Bump Microsoft.Build from 17.8.3 to 17.9.5 (#22)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 08:55:10 +10:00

16 lines
495 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Build" Version="17.9.5" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.7.1" />
<PackageReference Include="NuGet.Protocol" Version="6.9.1" />
</ItemGroup>
</Project>