Skip to content

Commit

Permalink
Bump dependencies to 6.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Sep 24, 2021
1 parent 6bed724 commit d23c726
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
pull_request:

env:
dotnet_sdk_version: '6.0.100-preview.7.21379.14'
dotnet_sdk_version: '6.0.100-rc.1.21463.6'
postgis_version: 3
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true

Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<EFCoreVersion>6.0.0-rc.1.21452.10</EFCoreVersion>
<MicrosoftExtensionsVersion>6.0.0-rc.1.21451.13</MicrosoftExtensionsVersion>
<NpgsqlVersion>6.0.0-rc.1-ci.20210923T063756</NpgsqlVersion>
<NpgsqlVersion>6.0.0-rc.1</NpgsqlVersion>
</PropertyGroup>

<ItemGroup>
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": "6.0.100-preview.7.21379.14",
"version": "6.0.100-rc.1.21463.6",
"rollForward": "latestMajor",
"allowPrerelease": "true"
}
Expand Down

0 comments on commit d23c726

Please sign in to comment.