Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .NET 5 SDK to 5.0.301. #59

Merged
merged 1 commit into from
Jun 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DotnetCLIVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.203
5.0.301
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ NUGET_URL=https://dist.nuget.org/win-x86-commandline/v5.8.0/nuget.exe
FAKE_VERSION=4.63.0
FAKE_EXE=$TOOLS_DIR/FAKE/tools/FAKE.exe
DOTNET_EXE=$SCRIPT_DIR/.dotnet/dotnet
DOTNETCORE_VERSION=3.1.409
DOTNET_VERSION=5.0.203
DOTNETCORE_VERSION=3.1.410
DOTNET_VERSION=5.0.301
DOTNET_INSTALLER_URL=https://dot.net/v1/dotnet-install.sh
DOTNET_CHANNEL=LTS
PROTOBUF_VERSION=3.4.0
Expand Down
24 changes: 13 additions & 11 deletions build/Dependencies.3rdParty.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<FastMemberSignedPackageVersion>1.5.0</FastMemberSignedPackageVersion>
<MoreLinq2PackageVersion>2.10.0</MoreLinq2PackageVersion>
<MoreLinqPackageVersion>3.3.2</MoreLinqPackageVersion>
<NullablePackageVersion>1.3.0</NullablePackageVersion>
<NCrontabSignedPackageVersion>3.3.2</NCrontabSignedPackageVersion>
<OptionalPackageVersion>4.0.0</OptionalPackageVersion>
<SystemLinqDynamicCorePackageVersion>1.2.9</SystemLinqDynamicCorePackageVersion>
Expand Down Expand Up @@ -72,8 +73,8 @@
<NpgsqlPackageVersion>4.1.3.1</NpgsqlPackageVersion>
<OracleManagedDataAccessPackageVersion>18.6.0</OracleManagedDataAccessPackageVersion>
<OracleManagedDataAccessCorePackageVersion>2.18.6</OracleManagedDataAccessCorePackageVersion>
<StackExchangeRedisPackageVersion>2.1.30</StackExchangeRedisPackageVersion>
<StackExchangeRedisStrongNamePackageVersion>2.1.30</StackExchangeRedisStrongNamePackageVersion>
<StackExchangeRedisPackageVersion>2.2.4</StackExchangeRedisPackageVersion>
<StackExchangeRedisStrongNamePackageVersion>2.2.4</StackExchangeRedisStrongNamePackageVersion>
<SystemDataSQLiteCorePackageVersion>1.0.112.1</SystemDataSQLiteCorePackageVersion>

<!-- Hosting related packages -->
Expand All @@ -83,11 +84,11 @@
<TopshelfSerilogPackageVersion>4.3.0</TopshelfSerilogPackageVersion>

<!-- Logging related packages -->
<NLogPackageVersion>4.7.6</NLogPackageVersion>
<NLogDevPackageVersion>4.7.6</NLogDevPackageVersion>
<NLogExtensionsHostingPackageVersion>1.6.5</NLogExtensionsHostingPackageVersion>
<NLogExtensionsLoggingPackageVersion>1.6.5</NLogExtensionsLoggingPackageVersion>
<NLogWebAspNetCorePackageVersion>4.9.3</NLogWebAspNetCorePackageVersion>
<NLogPackageVersion>4.7.10</NLogPackageVersion>
<NLogDevPackageVersion>4.7.10</NLogDevPackageVersion>
<NLogExtensionsHostingPackageVersion>1.7.2</NLogExtensionsHostingPackageVersion>
<NLogExtensionsLoggingPackageVersion>1.7.2</NLogExtensionsLoggingPackageVersion>
<NLogWebAspNetCorePackageVersion>4.12.0</NLogWebAspNetCorePackageVersion>

<SerilogPackageVersion>2.10.0</SerilogPackageVersion>
<SerilogDevPackageVersion>2.10.0</SerilogDevPackageVersion>
Expand Down Expand Up @@ -127,8 +128,8 @@
<NetTopologySuiteIOSpatiaLitePackageVersion>1.15.1</NetTopologySuiteIOSpatiaLitePackageVersion>

<!-- Network related packages -->
<BouncyCastlePackageVersion>1.8.6.1</BouncyCastlePackageVersion>
<PortableBouncyCastlePackageVersion>1.8.9</PortableBouncyCastlePackageVersion>
<BouncyCastlePackageVersion>1.8.9</BouncyCastlePackageVersion>
<PortableBouncyCastlePackageVersion>1.8.10</PortableBouncyCastlePackageVersion>
<DotNettyBuffersPackageVersion>0.6.0</DotNettyBuffersPackageVersion>
<DotNettyCodecsHttpPackageVersion>0.6.0</DotNettyCodecsHttpPackageVersion>
<DotNettyCodecsMqttPackageVersion>0.6.0</DotNettyCodecsMqttPackageVersion>
Expand All @@ -145,14 +146,15 @@
<LibuvPackageVersion>1.10.0</LibuvPackageVersion>
<LibuvSharedPackageVersion>1.40.0.394</LibuvSharedPackageVersion>

<MimeKitPackageVersion>2.11.0</MimeKitPackageVersion>
<MailKitPackageVersion>2.11.0</MailKitPackageVersion>
<MimeKitPackageVersion>2.12.0</MimeKitPackageVersion>
<MailKitPackageVersion>2.12.0</MailKitPackageVersion>

<!-- Serialization related packages -->
<GoogleApiCommonProtosPackageVersion>2.3.0</GoogleApiCommonProtosPackageVersion>
<GoogleProtobufPackageVersion>3.16.0</GoogleProtobufPackageVersion>
<GoogleProtobufToolsPackageVersion>3.16.0</GoogleProtobufToolsPackageVersion>
<HyperionPackageVersion>0.10.1</HyperionPackageVersion>
<MessagePackPackageVersion>2.2.85</MessagePackPackageVersion>
<MessagePackAnalyzerPackageVersion>2.2.85</MessagePackAnalyzerPackageVersion>
<NewtonsoftJsonBsonPackageVersion>1.0.2</NewtonsoftJsonBsonPackageVersion>
<NewtonsoftJsonPackageVersion>13.0.1</NewtonsoftJsonPackageVersion>
Expand Down
50 changes: 0 additions & 50 deletions build/Dependencies.AspNet.props

This file was deleted.

110 changes: 48 additions & 62 deletions build/Dependencies.AspNetCore.props
Original file line number Diff line number Diff line change
@@ -1,69 +1,55 @@
<Project>
<!-- Shared Package Versions -->
<PropertyGroup>
<MicrosoftAspNetCoreAuthenticationAzureADUIPackageVersion>5.0.6</MicrosoftAspNetCoreAuthenticationAzureADUIPackageVersion>
<MicrosoftAspNetCoreAuthenticationFacebookPackageVersion>5.0.6</MicrosoftAspNetCoreAuthenticationFacebookPackageVersion>
<MicrosoftAspNetCoreAuthenticationGooglePackageVersion>5.0.6</MicrosoftAspNetCoreAuthenticationGooglePackageVersion>
<MicrosoftAspNetCoreAuthenticationJwtBearerPackageVersion>5.0.6</MicrosoftAspNetCoreAuthenticationJwtBearerPackageVersion>
<MicrosoftAspNetCoreAuthenticationMicrosoftAccountPackageVersion>5.0.6</MicrosoftAspNetCoreAuthenticationMicrosoftAccountPackageVersion>
<MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion>5.0.6</MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion>
<MicrosoftAspNetCoreAuthenticationTwitterPackageVersion>5.0.6</MicrosoftAspNetCoreAuthenticationTwitterPackageVersion>
<MicrosoftAspNetCoreAuthenticationWsFederationPackageVersion>5.0.6</MicrosoftAspNetCoreAuthenticationWsFederationPackageVersion>

<MicrosoftAspNetCoreAuthorizationPackageVersion>5.0.6</MicrosoftAspNetCoreAuthorizationPackageVersion>

<MicrosoftAspNetCoreConnectionsAbstractionsPackageVersion>5.0.6</MicrosoftAspNetCoreConnectionsAbstractionsPackageVersion>

<MicrosoftAspNetCoreCryptographyInternalPackageVersion>5.0.6</MicrosoftAspNetCoreCryptographyInternalPackageVersion>
<MicrosoftAspNetCoreCryptographyKeyDerivationPackageVersion>5.0.6</MicrosoftAspNetCoreCryptographyKeyDerivationPackageVersion>

<MicrosoftAspNetCoreDataProtectionPackageVersion>5.0.6</MicrosoftAspNetCoreDataProtectionPackageVersion>
<MicrosoftAspNetCoreDataProtectionAbstractionsPackageVersion>5.0.6</MicrosoftAspNetCoreDataProtectionAbstractionsPackageVersion>
<MicrosoftAspNetCoreDataProtectionAzureKeyVaultPackageVersion>5.0.6</MicrosoftAspNetCoreDataProtectionAzureKeyVaultPackageVersion>
<MicrosoftAspNetCoreDataProtectionAzureStoragePackageVersion>5.0.6</MicrosoftAspNetCoreDataProtectionAzureStoragePackageVersion>
<MicrosoftAspNetCoreDataProtectionExtensionsPackageVersion>5.0.6</MicrosoftAspNetCoreDataProtectionExtensionsPackageVersion>
<MicrosoftAspNetCoreDataProtectionStackExchangeRedisPackageVersion>5.0.6</MicrosoftAspNetCoreDataProtectionStackExchangeRedisPackageVersion>
<MicrosoftAspNetCoreDataProtectionSystemWebPackageVersion>5.0.6</MicrosoftAspNetCoreDataProtectionSystemWebPackageVersion>

<MicrosoftAspNetCoreHttpConnectionsClientPackageVersion>5.0.6</MicrosoftAspNetCoreHttpConnectionsClientPackageVersion>
<MicrosoftAspNetCoreHttpConnectionsCommonPackageVersion>5.0.6</MicrosoftAspNetCoreHttpConnectionsCommonPackageVersion>
<MicrosoftAspNetCoreHttpFeaturesPackageVersion>5.0.6</MicrosoftAspNetCoreHttpFeaturesPackageVersion>

<MicrosoftAspNetCoreMvcNewtonsoftJsonPackageVersion>5.0.6</MicrosoftAspNetCoreMvcNewtonsoftJsonPackageVersion>
<MicrosoftAspNetCoreMvcRazorRuntimeCompilationPackageVersion>5.0.6</MicrosoftAspNetCoreMvcRazorRuntimeCompilationPackageVersion>

<MicrosoftAspNetCoreSignalRClientPackageVersion>5.0.6</MicrosoftAspNetCoreSignalRClientPackageVersion>
<MicrosoftAspNetCoreSignalRClientCorePackageVersion>5.0.6</MicrosoftAspNetCoreSignalRClientCorePackageVersion>
<MicrosoftAspNetCoreSignalRClientMsgPackPackageVersion>5.0.6</MicrosoftAspNetCoreSignalRClientMsgPackPackageVersion>
<MicrosoftAspNetCoreSignalRCommonPackageVersion>5.0.6</MicrosoftAspNetCoreSignalRCommonPackageVersion>
<MicrosoftAspNetCoreSignalRProtocolsNewtonsoftJsonPackageVersion>5.0.6</MicrosoftAspNetCoreSignalRProtocolsNewtonsoftJsonPackageVersion>
<MicrosoftAspNetCoreSignalRProtocolsJsonPackageVersion>5.0.6</MicrosoftAspNetCoreSignalRProtocolsJsonPackageVersion>
<MicrosoftAspNetCoreSignalRProtocolsMessagePackPackageVersion>5.0.6</MicrosoftAspNetCoreSignalRProtocolsMessagePackPackageVersion>
<MicrosoftAspNetCoreSignalRStackExchangeRedisPackageVersion>5.0.6</MicrosoftAspNetCoreSignalRStackExchangeRedisPackageVersion>

<MicrosoftAspNetCoreMvcTestingPackageVersion>5.0.6</MicrosoftAspNetCoreMvcTestingPackageVersion>
<MicrosoftAspNetCoreTestHostPackageVersion>5.0.6</MicrosoftAspNetCoreTestHostPackageVersion>
<MicrosoftAspNetCoreAuthenticationAzureADUIPackageVersion>5.0.7</MicrosoftAspNetCoreAuthenticationAzureADUIPackageVersion>
<MicrosoftAspNetCoreAuthenticationFacebookPackageVersion>5.0.7</MicrosoftAspNetCoreAuthenticationFacebookPackageVersion>
<MicrosoftAspNetCoreAuthenticationGooglePackageVersion>5.0.7</MicrosoftAspNetCoreAuthenticationGooglePackageVersion>
<MicrosoftAspNetCoreAuthenticationJwtBearerPackageVersion>5.0.7</MicrosoftAspNetCoreAuthenticationJwtBearerPackageVersion>
<MicrosoftAspNetCoreAuthenticationMicrosoftAccountPackageVersion>5.0.7</MicrosoftAspNetCoreAuthenticationMicrosoftAccountPackageVersion>
<MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion>5.0.7</MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion>
<MicrosoftAspNetCoreAuthenticationTwitterPackageVersion>5.0.7</MicrosoftAspNetCoreAuthenticationTwitterPackageVersion>
<MicrosoftAspNetCoreAuthenticationWsFederationPackageVersion>5.0.7</MicrosoftAspNetCoreAuthenticationWsFederationPackageVersion>

<MicrosoftAspNetCoreAuthorizationPackageVersion>5.0.7</MicrosoftAspNetCoreAuthorizationPackageVersion>

<MicrosoftAspNetCoreConcurrencyLimiterPackageVersion>5.0.7</MicrosoftAspNetCoreConcurrencyLimiterPackageVersion>
<MicrosoftAspNetCoreConnectionsAbstractionsPackageVersion>5.0.7</MicrosoftAspNetCoreConnectionsAbstractionsPackageVersion>

<MicrosoftAspNetCoreCryptographyInternalPackageVersion>5.0.7</MicrosoftAspNetCoreCryptographyInternalPackageVersion>
<MicrosoftAspNetCoreCryptographyKeyDerivationPackageVersion>5.0.7</MicrosoftAspNetCoreCryptographyKeyDerivationPackageVersion>

<MicrosoftAspNetCoreDataProtectionPackageVersion>5.0.7</MicrosoftAspNetCoreDataProtectionPackageVersion>
<MicrosoftAspNetCoreDataProtectionAbstractionsPackageVersion>5.0.7</MicrosoftAspNetCoreDataProtectionAbstractionsPackageVersion>
<MicrosoftAspNetCoreDataProtectionAzureKeyVaultPackageVersion>5.0.7</MicrosoftAspNetCoreDataProtectionAzureKeyVaultPackageVersion>
<MicrosoftAspNetCoreDataProtectionAzureStoragePackageVersion>5.0.7</MicrosoftAspNetCoreDataProtectionAzureStoragePackageVersion>
<MicrosoftAspNetCoreDataProtectionExtensionsPackageVersion>5.0.7</MicrosoftAspNetCoreDataProtectionExtensionsPackageVersion>
<MicrosoftAspNetCoreDataProtectionStackExchangeRedisPackageVersion>5.0.7</MicrosoftAspNetCoreDataProtectionStackExchangeRedisPackageVersion>
<MicrosoftAspNetCoreDataProtectionSystemWebPackageVersion>5.0.7</MicrosoftAspNetCoreDataProtectionSystemWebPackageVersion>

<MicrosoftAspNetCoreJsonPatchPackageVersion>5.0.7</MicrosoftAspNetCoreJsonPatchPackageVersion>

<MicrosoftAspNetCoreRazorLanguagePackageVersion>5.0.6</MicrosoftAspNetCoreRazorLanguagePackageVersion>
<MicrosoftCodeAnalysisRazorPackageVersion>5.0.6</MicrosoftCodeAnalysisRazorPackageVersion>

<MicrosoftDataSqliteCorePackageVersion>5.0.6</MicrosoftDataSqliteCorePackageVersion>
<MicrosoftDataSqlitePackageVersion>5.0.6</MicrosoftDataSqlitePackageVersion>

<MicrosoftEntityFrameworkCorePackageVersion>5.0.6</MicrosoftEntityFrameworkCorePackageVersion>
<MicrosoftEntityFrameworkCoreAbstractionsPackageVersion>5.0.6</MicrosoftEntityFrameworkCoreAbstractionsPackageVersion>
<MicrosoftEntityFrameworkCoreAnalyzersPackageVersion>5.0.6</MicrosoftEntityFrameworkCoreAnalyzersPackageVersion>
<MicrosoftEntityFrameworkCoreDesignPackageVersion>5.0.6</MicrosoftEntityFrameworkCoreDesignPackageVersion>
<MicrosoftEntityFrameworkCoreInMemoryPackageVersion>5.0.6</MicrosoftEntityFrameworkCoreInMemoryPackageVersion>
<MicrosoftEntityFrameworkCoreRelationalPackageVersion>5.0.6</MicrosoftEntityFrameworkCoreRelationalPackageVersion>
<MicrosoftEntityFrameworkCoreSqlitePackageVersion>5.0.6</MicrosoftEntityFrameworkCoreSqlitePackageVersion>
<MicrosoftEntityFrameworkCoreSqliteCorePackageVersion>5.0.6</MicrosoftEntityFrameworkCoreSqliteCorePackageVersion>
<MicrosoftEntityFrameworkCoreSqlServerPackageVersion>5.0.6</MicrosoftEntityFrameworkCoreSqlServerPackageVersion>
<MicrosoftEntityFrameworkCoreToolsPackageVersion>5.0.6</MicrosoftEntityFrameworkCoreToolsPackageVersion>

<MicrosoftExtensionsIdentityCorePackageVersion>5.0.6</MicrosoftExtensionsIdentityCorePackageVersion>
<MicrosoftExtensionsIdentityStoresPackageVersion>5.0.6</MicrosoftExtensionsIdentityStoresPackageVersion>
<MicrosoftExtensionsWebEncodersPackageVersion>5.0.6</MicrosoftExtensionsWebEncodersPackageVersion>
<MicrosoftAspNetCoreHeaderPropagationPackageVersion>5.0.7</MicrosoftAspNetCoreHeaderPropagationPackageVersion>
<MicrosoftAspNetCoreHttpConnectionsClientPackageVersion>5.0.7</MicrosoftAspNetCoreHttpConnectionsClientPackageVersion>
<MicrosoftAspNetCoreHttpConnectionsCommonPackageVersion>5.0.7</MicrosoftAspNetCoreHttpConnectionsCommonPackageVersion>
<MicrosoftAspNetCoreHttpFeaturesPackageVersion>5.0.7</MicrosoftAspNetCoreHttpFeaturesPackageVersion>

<MicrosoftAspNetCoreMvcNewtonsoftJsonPackageVersion>5.0.7</MicrosoftAspNetCoreMvcNewtonsoftJsonPackageVersion>
<MicrosoftAspNetCoreMvcRazorRuntimeCompilationPackageVersion>5.0.7</MicrosoftAspNetCoreMvcRazorRuntimeCompilationPackageVersion>

<MicrosoftAspNetCoreSignalRClientPackageVersion>5.0.7</MicrosoftAspNetCoreSignalRClientPackageVersion>
<MicrosoftAspNetCoreSignalRClientCorePackageVersion>5.0.7</MicrosoftAspNetCoreSignalRClientCorePackageVersion>
<MicrosoftAspNetCoreSignalRClientMsgPackPackageVersion>5.0.7</MicrosoftAspNetCoreSignalRClientMsgPackPackageVersion>
<MicrosoftAspNetCoreSignalRCommonPackageVersion>5.0.7</MicrosoftAspNetCoreSignalRCommonPackageVersion>
<MicrosoftAspNetCoreSignalRProtocolsNewtonsoftJsonPackageVersion>5.0.7</MicrosoftAspNetCoreSignalRProtocolsNewtonsoftJsonPackageVersion>
<MicrosoftAspNetCoreSignalRProtocolsJsonPackageVersion>5.0.7</MicrosoftAspNetCoreSignalRProtocolsJsonPackageVersion>
<MicrosoftAspNetCoreSignalRProtocolsMessagePackPackageVersion>5.0.7</MicrosoftAspNetCoreSignalRProtocolsMessagePackPackageVersion>
<MicrosoftAspNetCoreSignalRStackExchangeRedisPackageVersion>5.0.7</MicrosoftAspNetCoreSignalRStackExchangeRedisPackageVersion>

<MicrosoftAspNetCoreMvcTestingPackageVersion>5.0.7</MicrosoftAspNetCoreMvcTestingPackageVersion>
<MicrosoftAspNetCoreTestHostPackageVersion>5.0.7</MicrosoftAspNetCoreTestHostPackageVersion>

<MicrosoftAspNetCoreRazorLanguagePackageVersion>5.0.7</MicrosoftAspNetCoreRazorLanguagePackageVersion>
<MicrosoftCodeAnalysisRazorPackageVersion>5.0.7</MicrosoftCodeAnalysisRazorPackageVersion>

<MicrosoftAspNetCoreMvcVersioningPackageVersion>5.0.0</MicrosoftAspNetCoreMvcVersioningPackageVersion>
<MicrosoftAspNetCoreMvcVersioningApiExplorerPackageVersion>5.0.0</MicrosoftAspNetCoreMvcVersioningApiExplorerPackageVersion>
Expand Down
Loading