Skip to content

Commit

Permalink
Merge pull request #740 from martincostello/update-dotnet-sdk-7.0.202
Browse files Browse the repository at this point in the history
Update .NET SDK to 7.0.202
  • Loading branch information
costellobot[bot] authored Mar 14, 2023
2 parents d147daf + 756daa7 commit fba0da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageVersion Include="Microsoft.ApplicationInsights" Version="2.21.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.Http.Polly" Version="7.0.3" />
<PackageVersion Include="Microsoft.Extensions.Http.Polly" Version="7.0.4" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<!--
HACK Workaround for https://github.com/aws/aws-lambda-dotnet/issues/920
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.201",
"version": "7.0.202",
"allowPrerelease": false,
"rollForward": "latestMajor"
}
Expand Down

0 comments on commit fba0da0

Please sign in to comment.