Skip to content

Commit 20ff8f6

Browse files
authored
[release/6.0] Update a few dependencies (#79036)
* Remove code for CoreFxNetCloudService classic Azure Cloud Service * Update NugetPackagingVersion and NugetProjectModelVersion to 6.2.2 * Upgrade System.Drawing.Common to v4.7.2 It is a transitive dependency of Microsoft.Build.
1 parent 928ba8f commit 20ff8f6

File tree

58 files changed

+15
-1749
lines changed

Some content is hidden

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

58 files changed

+15
-1749
lines changed

eng/Versions.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,9 @@
136136
<MicrosoftDiagnosticsNETCoreClientVersion>0.2.61701</MicrosoftDiagnosticsNETCoreClientVersion>
137137
<MicrosoftBuildVersion>16.10.0</MicrosoftBuildVersion>
138138
<MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildVersion)</MicrosoftBuildTasksCoreVersion>
139-
<NugetProjectModelVersion>6.2.1</NugetProjectModelVersion>
140-
<NugetPackagingVersion>6.2.1</NugetPackagingVersion>
139+
<SystemDrawingCommonVersion>4.7.2</SystemDrawingCommonVersion>
140+
<NugetProjectModelVersion>6.2.2</NugetProjectModelVersion>
141+
<NugetPackagingVersion>6.2.2</NugetPackagingVersion>
141142
<!-- Testing -->
142143
<MicrosoftNETCoreCoreDisToolsVersion>1.0.1-prerelease-00006</MicrosoftNETCoreCoreDisToolsVersion>
143144
<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.

src/libraries/Common/tests/System/Net/Prerequisites/Servers/CoreFxNetCloudService/WebServer/AuthenticationHelper.cs

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

0 commit comments

Comments
 (0)