Skip to content

Commit

Permalink
[release/6.0] Update a few dependencies (#79036)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
akoeplinger committed Jan 4, 2023
1 parent 928ba8f commit 20ff8f6
Show file tree
Hide file tree
Showing 58 changed files with 15 additions and 1,749 deletions.
5 changes: 3 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,9 @@
<MicrosoftDiagnosticsNETCoreClientVersion>0.2.61701</MicrosoftDiagnosticsNETCoreClientVersion>
<MicrosoftBuildVersion>16.10.0</MicrosoftBuildVersion>
<MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildVersion)</MicrosoftBuildTasksCoreVersion>
<NugetProjectModelVersion>6.2.1</NugetProjectModelVersion>
<NugetPackagingVersion>6.2.1</NugetPackagingVersion>
<SystemDrawingCommonVersion>4.7.2</SystemDrawingCommonVersion>
<NugetProjectModelVersion>6.2.2</NugetProjectModelVersion>
<NugetPackagingVersion>6.2.2</NugetPackagingVersion>
<!-- Testing -->
<MicrosoftNETCoreCoreDisToolsVersion>1.0.1-prerelease-00006</MicrosoftNETCoreCoreDisToolsVersion>
<MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
Expand Down
7 changes: 0 additions & 7 deletions src/libraries/Common/tests/System/Net/Prerequisites/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,3 @@ This will join all machines to a test Active Directory and enable Windows Remoti

Running as the Active Directory Administrator, run .\setup.ps1 from any of the machines within the environment.
The script will use WinRM to connect and update all other roles.

## Deployment Instructions to update the Azure-based environment

1. Create a _Classic_ Azure WebService role.
2. Create a server certificate and add it to the subscription with the name: `CoreFxNetCertificate`
3. Edit `Servers\CoreFxNetCloudService\CoreFxNetCloudService\ServiceConfiguration.Cloud.cscfg` and ensure that the `CoreFxNetCertificate` `thumbprint` and `thumbprintAlgorithm` are correct.
4. Open the solution in Visual Studio and Run the Azure Publishing wizard to create and deploy the application.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 20ff8f6

Please sign in to comment.