Skip to content

Commit b5e5ef6

Browse files
github-actions[bot]jakobbotschakoeplinger
authored
[release/7.0] Update a few dependencies (#78710)
* Update a few dependencies Fix some component governance warnings. * Remove System.Reflection.MetadataLoadContext reference that was also get through Microsoft.Build * Update NugetPackagingVersion and NugetProjectModelVersion to 6.2.2 * Bump System.Data.SqlClient to 4.8.5 (#78774) It addresses a component governance warning. (cherry picked from commit fcff857) * Remove code for CoreFxNetCloudService classic Azure Cloud Service (#78773) It was replaced by a new endpoint (see dotnet/corefx#41603) and the corefx-net.cloudapp.net endpoint was turned off. (cherry picked from commit da1afc8) Co-authored-by: Jakob Botsch Nielsen <[email protected]> Co-authored-by: Alexander Köplinger <[email protected]>
1 parent e13ac7a commit b5e5ef6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+5
-1759
lines changed

eng/Versions.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@
103103
<SystemBuffersVersion>4.5.1</SystemBuffersVersion>
104104
<SystemCollectionsImmutableVersion>6.0.0</SystemCollectionsImmutableVersion>
105105
<SystemComponentModelAnnotationsVersion>5.0.0</SystemComponentModelAnnotationsVersion>
106-
<SystemDataSqlClientVersion>4.8.3</SystemDataSqlClientVersion>
106+
<SystemDataSqlClientVersion>4.8.5</SystemDataSqlClientVersion>
107107
<SystemDataDataSetExtensionsVersion>4.5.0</SystemDataDataSetExtensionsVersion>
108108
<SystemIOFileSystemAccessControlVersion>5.0.0</SystemIOFileSystemAccessControlVersion>
109109
<SystemIOPipesAccessControlVersion>5.0.0</SystemIOPipesAccessControlVersion>
110110
<SystemMemoryVersion>4.5.5</SystemMemoryVersion>
111111
<SystemNumericsVectorsVersion>4.5.0</SystemNumericsVectorsVersion>
112112
<SystemReflectionMetadataVersion>6.0.1</SystemReflectionMetadataVersion>
113-
<SystemReflectionMetadataLoadContextVersion>4.7.1</SystemReflectionMetadataLoadContextVersion>
113+
<SystemReflectionMetadataLoadContextVersion>6.0.0</SystemReflectionMetadataLoadContextVersion>
114114
<SystemReflectionEmitVersion>4.7.0</SystemReflectionEmitVersion>
115115
<SystemReflectionEmitILGenerationVersion>4.7.0</SystemReflectionEmitILGenerationVersion>
116116
<SystemReflectionEmitLightweightVersion>4.7.0</SystemReflectionEmitLightweightVersion>
@@ -155,10 +155,10 @@
155155
<NetStandardLibraryVersion>2.0.3</NetStandardLibraryVersion>
156156
<MicrosoftDiagnosticsToolsRuntimeClientVersion>1.0.4-preview6.19326.1</MicrosoftDiagnosticsToolsRuntimeClientVersion>
157157
<DNNEVersion>1.0.27</DNNEVersion>
158-
<MicrosoftBuildVersion>16.10.0</MicrosoftBuildVersion>
158+
<MicrosoftBuildVersion>17.3.2</MicrosoftBuildVersion>
159159
<MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildVersion)</MicrosoftBuildTasksCoreVersion>
160-
<NugetProjectModelVersion>6.2.1</NugetProjectModelVersion>
161-
<NugetPackagingVersion>6.2.1</NugetPackagingVersion>
160+
<NugetProjectModelVersion>6.2.2</NugetProjectModelVersion>
161+
<NugetPackagingVersion>6.2.2</NugetPackagingVersion>
162162
<!-- Testing -->
163163
<MicrosoftNETCoreCoreDisToolsVersion>1.1.0</MicrosoftNETCoreCoreDisToolsVersion>
164164
<MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>

src/libraries/Common/tests/System/Net/Prerequisites/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,3 @@ This will join all machines to a test Active Directory and enable Windows Remoti
3838

3939
Running as the Active Directory Administrator, run .\setup.ps1 from any of the machines within the environment.
4040
The script will use WinRM to connect and update all other roles.
41-
42-
## Deployment Instructions to update the Azure-based environment
43-
44-
1. Create a _Classic_ Azure WebService role.
45-
2. Create a server certificate and add it to the subscription with the name: `CoreFxNetCertificate`
46-
3. Edit `Servers\CoreFxNetCloudService\CoreFxNetCloudService\ServiceConfiguration.Cloud.cscfg` and ensure that the `CoreFxNetCertificate` `thumbprint` and `thumbprintAlgorithm` are correct.
47-
4. Open the solution in Visual Studio and Run the Azure Publishing wizard to create and deploy the application.

src/libraries/Common/tests/System/Net/Prerequisites/Servers/CoreFxNetCloudService/CoreFxNetCloudService.sln

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/libraries/Common/tests/System/Net/Prerequisites/Servers/CoreFxNetCloudService/CoreFxNetCloudService/CoreFxNetCloudService.ccproj

Lines changed: 0 additions & 57 deletions
This file was deleted.

src/libraries/Common/tests/System/Net/Prerequisites/Servers/CoreFxNetCloudService/CoreFxNetCloudService/ServiceConfiguration.Cloud.cscfg

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/libraries/Common/tests/System/Net/Prerequisites/Servers/CoreFxNetCloudService/CoreFxNetCloudService/ServiceConfiguration.Local.cscfg

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/libraries/Common/tests/System/Net/Prerequisites/Servers/CoreFxNetCloudService/CoreFxNetCloudService/ServiceDefinition.csdef

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/libraries/Common/tests/System/Net/Prerequisites/Servers/CoreFxNetCloudService/CoreFxNetCloudService/WebServerContent/diagnostics.wadcfgx

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/libraries/Common/tests/System/Net/Prerequisites/Servers/CoreFxNetCloudService/CoreFxNetCloudService/ecf/WebServerContent/diagnostics.wadcfgx

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)