Skip to content

Commit f998f3c

Browse files
committed
CI&CD fix.
1 parent 62cde57 commit f998f3c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/multicache-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup .NET
1212
uses: actions/setup-dotnet@v1
1313
with:
14-
dotnet-version: 6.0.x
14+
dotnet-version: 7.0.x
1515
- name: Build
1616
run: dotnet build --configuration Release ./src/MultiCache/MultiCache.csproj
1717
- name: Package

.github/workflows/multicache-stackexchangeredis-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup .NET
1313
uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: 6.0.x
15+
dotnet-version: 7.0.x
1616
- name: Build
1717
run: dotnet build --configuration Release ./src/MultiCache.StackExchangeRedis/MultiCache.StackExchangeRedis.csproj
1818
- name: Package

0 commit comments

Comments
 (0)