Skip to content

Commit 66453b5

Browse files
committed
Bump dependencies to final 6.0.0-preview3
And remove daily build feeds
1 parent 6996f2b commit 66453b5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Directory.Packages.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<PropertyGroup>
3-
<EFCoreVersion>6.0.0-preview.3.21180.1</EFCoreVersion>
4-
<MicrosoftExtensionsVersion>6.0.0-preview.3.21180.7</MicrosoftExtensionsVersion>
5-
<NpgsqlVersion>6.0.0-ci.20210330T211505</NpgsqlVersion>
3+
<EFCoreVersion>6.0.0-preview.3.21201.2</EFCoreVersion>
4+
<MicrosoftExtensionsVersion>6.0.0-preview.3.21201.4</MicrosoftExtensionsVersion>
5+
<NpgsqlVersion>6.0.0-preview3</NpgsqlVersion>
66
</PropertyGroup>
77

88
<ItemGroup>

NuGet.config

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
54
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
6-
<add key="npgsql" value="https://www.myget.org/F/npgsql-unstable/api/v3/index.json" />
75
</packageSources>
86
</configuration>

0 commit comments

Comments
 (0)