Skip to content

Commit 7107ff6

Browse files
authoredJun 5, 2024··
Update references to dotnet/installer repo (#103077)
The installer repo was merged into the sdk repo.
1 parent 5c403bb commit 7107ff6

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed
 

‎Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
- src/tasks/AotCompilerTask/MonoAOTCompiler.props
6666
- src/tasks/AppleAppBuilder/Xcode.cs
6767
- src/tasks/MobileBuildTasks/Apple/AppleProject.cs
68-
- dotnet/installer repo > src/redist/targets/GeneratePKG.targets
68+
- https://github.com/dotnet/sdk repo > src/Installer/redist-installer/targets/GeneratePKG.targets
6969
-->
7070
<AndroidApiLevelMin>21</AndroidApiLevelMin>
7171
<iOSVersionMin>12.2</iOSVersionMin>

‎docs/project/dogfooding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ azure-feed://dnceng/public/dotnet8@Local
3636

3737
## Install prerequisites
3838

39-
1. Acquire the latest development .NET SDK by downloading and extracting a zip/tarball or using an installer from the [installers and binaries table in dotnet/installer](https://github.com/dotnet/installer#installers-and-binaries) (for example, https://aka.ms/dotnet/8.0/daily/dotnet-sdk-win-x64.zip).
39+
1. Acquire the latest development .NET SDK by downloading and extracting a zip/tarball or using an installer from the [latest builds table in dotnet/sdk](https://github.com/dotnet/sdk#installing-the-sdk) (for example, https://aka.ms/dotnet/8.0/daily/dotnet-sdk-win-x64.zip).
4040

4141
2. If you are using a local copy of the dotnet CLI, take care that when you type `dotnet` you do not inadvertently pick up a different copy that you may have in your path. On Windows, for example, if you use a Command Prompt, a global copy may be in the path, so use the fully qualified path to your local `dotnet` (e.g. `C:\dotnet\dotnet.exe`). If you receive an error "error NETSDK1045: The current .NET SDK does not support targeting .NET 8.0." then you may be executing an older `dotnet`.
4242

‎docs/workflow/debugging/coreclr/debugging-runtime.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Starting with Visual Studio 2022 version 17.5, Visual Studio will validate that
227227

228228
> Unable to attach to CoreCLR. Signature validation failed for a .NET Runtime Debugger library because the file is unsigned.
229229
>
230-
> This error is expected if you are working with non-official releases of .NET (example: daily builds from https://github.com/dotnet/installer). See https://aka.ms/vs/unsigned-dotnet-debugger-lib for more information.
230+
> This error is expected if you are working with non-official releases of .NET (example: daily builds from https://github.com/dotnet/sdk). See https://aka.ms/vs/unsigned-dotnet-debugger-lib for more information.
231231
232232
If the target process is using a .NET Runtime that is either from a daily build, or one that you built on your own computer, this error will show up. **NOTE**: This error should never happen for official builds of the .NET Runtime from Microsoft. So don’t disable the validation if you expect to be using a .NET Runtime supported by Microsoft.
233233

‎docs/workflow/requirements/windows-requirements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The _dotnet/runtime_ repository requires at least Git 2.22.0.
8989

9090
While not strictly needed to build or test this repository, having the .NET SDK installed lets you browse solution files in this repository with Visual Studio and use the `dotnet.exe` command to run .NET applications in the 'normal' way.
9191

92-
We use this in the [build testing with the installed SDK](/docs/workflow/testing/using-your-build-with-installed-sdk.md), and [build testing with dev shipping packages](/docs/workflow/testing/using-dev-shipping-packages.md) instructions. The minimum required version of the SDK is specified in the [global.json file](https://github.com/dotnet/runtime/blob/main/global.json#L3). You can find the installers and binaries for latest development builds of .NET SDK in the [installer repo](https://github.com/dotnet/installer#installers-and-binaries).
92+
We use this in the [build testing with the installed SDK](/docs/workflow/testing/using-your-build-with-installed-sdk.md), and [build testing with dev shipping packages](/docs/workflow/testing/using-dev-shipping-packages.md) instructions. The minimum required version of the SDK is specified in the [global.json file](https://github.com/dotnet/runtime/blob/main/global.json#L3). You can find the installers and binaries for latest development builds of .NET SDK in the [sdk repo](https://github.com/dotnet/sdk#installing-the-sdk).
9393

9494
Alternatively, to avoid modifying your machine state, you can use the repository's locally acquired SDK by passing in the solution to load via the `-vs` switch. For example:
9595

‎docs/workflow/testing/using-dev-shipping-packages.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This will place several installers, Nuget packages, compressed archives, and oth
4040

4141
### Acquire the latest development .NET SDK
4242

43-
The [installer repo](https://github.com/dotnet/installer) has downloads to all nightly builds for all the currently supported platforms. Find the one that matches your machine and download it.
43+
The [sdk repo](https://github.com/dotnet/sdk#installing-the-sdk) has downloads to all nightly builds for all the currently supported platforms. Find the one that matches your machine and download it.
4444

4545
To setup the nightly SDK, you can either install it to your machine or use a portable build. If you downloaded the _installer_, then just follow the usual installation instructions, and you're done.
4646

@@ -80,7 +80,7 @@ This config file will require a handful of modifications to work as we need it t
8080
<clear />
8181

8282
<!-- Any packages that might be required, but not present in your build, will have to be taken from the latest NuGet feed. -->
83-
<!-- More info on: https://github.com/dotnet/installer#installers-and-binaries -->
83+
<!-- More info on: https://github.com/dotnet/sdk#installing-the-sdk -->
8484
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
8585

8686
<!-- Set this path to where your Shipping Artifacts are located. Note that we are assuming a 'Debug' build in this example. -->

‎docs/workflow/testing/using-your-build-with-installed-sdk.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This guide focuses on the first of the bullet points described above. For the ot
3030

3131
### Acquire the latest development .NET SDK
3232

33-
The [installer repo](https://github.com/dotnet/installer) has downloads to all nightly builds for all the currently supported platforms. Find the one that matches your machine and download it.
33+
The [sdk repo](https://github.com/dotnet/sdk#installing-the-sdk) has downloads to all nightly builds for all the currently supported platforms. Find the one that matches your machine and download it.
3434

3535
To setup the nightly SDK, you can either install it to your machine or use a portable build. If you downloaded the _installer_, then just follow the usual installation instructions, and you're done.
3636

‎src/installer/pkg/projects/Microsoft.DotNet.ILCompiler/ILCompilerRIDs.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<ItemGroup>
33
<!-- The officially-supported subset of these RIDs should be included in ILCompilerSupportedRids in
4-
https://github.com/dotnet/installer/blob/main/src/redist/targets/GenerateBundledVersions.targets -->
4+
https://github.com/dotnet/sdk/blob/main/src/Installer/redist-installer/targets/GenerateBundledVersions.targets -->
55
<OfficialBuildRID Include="linux-musl-arm" Platform="arm" />
66
<OfficialBuildRID Include="linux-arm" Platform="arm" />
77
<OfficialBuildRID Include="linux-musl-arm64" Platform="arm64" />

0 commit comments

Comments
 (0)
Please sign in to comment.