Skip to content

Commit bb14632

Browse files
upgrade yml files
1 parent e23c436 commit bb14632

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/nuget_localization.blazor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v2
1818
with:
19-
dotnet-version: 6.0.x
19+
dotnet-version: 7.0.x
2020

2121
- name: Restore dependencies
2222
run: dotnet restore src/Localization.Blazor/Localization.Blazor.csproj

.github/workflows/nuget_localization.mvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v2
1818
with:
19-
dotnet-version: 6.0.x
19+
dotnet-version: 7.0.x
2020

2121
- name: Restore dependencies
2222
run: dotnet restore src/Localization.Mvc/Localization.Mvc.csproj

.github/workflows/nuget_localization.windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v2
1818
with:
19-
dotnet-version: 6.0.x
19+
dotnet-version: 7.0.x
2020

2121
- name: Restore dependencies
2222
run: dotnet restore src/Localization.Windows/Localization.Windows.csproj

.github/workflows/nuget_localization.xamarin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v2
1818
with:
19-
dotnet-version: 6.0.x
19+
dotnet-version: 76.0.x
2020

2121
- name: Restore dependencies
2222
run: dotnet restore src/Localization.Xamarin/Localization.Xamarin.csproj

.github/workflows/nuget_localization.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v2
1818
with:
19-
dotnet-version: 6.0.x
19+
dotnet-version: 7.0.x
2020

2121
- name: Restore dependencies
2222
run: dotnet restore src/Localization/Localization.csproj

0 commit comments

Comments
 (0)