Skip to content

Commit

Permalink
Update .NET SDK to 8.0.100-rc.1.23455.8 (#1940)
Browse files Browse the repository at this point in the history
* Update .NET SDK

Update .NET SDK to version 8.0.100-rc.1.23455.8.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>

* Use short RID

Use short RID to fix publish.

---------

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
Co-authored-by: Martin Costello <martin@martincostello.com>
  • Loading branch information
costellobot and martincostello authored Sep 12, 2023
1 parent af08f03 commit 5f119b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION: 1
FORCE_COLOR: 1
NUGET_XMLDOC_MODE: skip
PUBLISH_RUNTIME: win10-x64
PUBLISH_RUNTIME: win-x64
TERM: xterm

permissions:
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100-preview.7.23376.3",
"version": "8.0.100-rc.1.23455.8",
"allowPrerelease": false,
"rollForward": "latestMajor"
}
Expand Down

0 comments on commit 5f119b1

Please sign in to comment.