Skip to content

Commit

Permalink
Merge pull request #115 from nenoNaninu/dependabot/nuget/Microsoft.Bu…
Browse files Browse the repository at this point in the history
…ild-17.7.2

Bump Microsoft.Build from 17.4.0 to 17.7.2
  • Loading branch information
nenoNaninu authored Sep 13, 2023
2 parents 3cbb953 + 42f9933 commit 3ba24f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Tapper.Generator/Tapper.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Build" Version="17.4.0" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build" Version="17.7.2" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.5.5" />
<PackageReference Include="ConsoleAppFramework" Version="4.2.4" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.4.0" />
Expand Down
2 changes: 1 addition & 1 deletion tests/Tapper.Tests/Tapper.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Build" Version="17.4.0" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build" Version="17.7.2" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.5.5" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.4.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.4.0" />
Expand Down

0 comments on commit 3ba24f3

Please sign in to comment.