Skip to content

Commit 745cac6

Browse files
Upgrade from .NET 8 Preview to .NET 8 Release. (#907)
* Upgrade from .NET 8 Preview to .NET 8 Release. * Update README.md.
1 parent 1419a5c commit 745cac6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install .NET 8
4949
uses: actions/setup-dotnet@v3
5050
with:
51-
dotnet-version: '8.0.100-rc.1.23455.8'
51+
dotnet-version: '8.0.100'
5252

5353
- name: Calculate environment variables
5454
id: buildVariables

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install .NET 8
5959
uses: actions/setup-dotnet@v3
6060
with:
61-
dotnet-version: '8.0.100-rc.1.23455.8'
61+
dotnet-version: '8.0.100'
6262

6363
- name: Create temporary solution
6464
run: |

.github/workflows/fortify-net-framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install .NET 8
4242
uses: actions/setup-dotnet@v3
4343
with:
44-
dotnet-version: '8.0.100-preview.3.23178.7'
44+
dotnet-version: '8.0.100'
4545

4646
- name: Create temporal solution
4747
run: |

.github/workflows/fortify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install .NET 8
4242
uses: actions/setup-dotnet@v3
4343
with:
44-
dotnet-version: '8.0.100-preview.3.23178.7'
44+
dotnet-version: '8.0.100'
4545

4646
- name: Create temporal solution
4747
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This repository contains projects for .NET and .NET Framework. It is organized a
6666
# How to build
6767

6868
## Requirements
69-
- Visual Studio 2022 (17.6.1 if using .NET 8 up to preview 3 or 17.7 if using .NET 8 last preview).
69+
- Visual Studio 2022 (17.8 or higher).
7070
- .NET 6 & .NET 8
7171
- .NET Framework 4.7 DevPack
7272

0 commit comments

Comments
 (0)