Skip to content

Commit 6a992de

Browse files
committed
ajust tag
1 parent 07d7e3e commit 6a992de

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
- name: Setup .NET Core
1515
uses: actions/setup-dotnet@v1
1616
with:
17-
dotnet-version: 5.0.100
17+
dotnet-version: |
18+
5.0.x
19+
6.0.x
1820
- name: Install dependencies
1921
run: dotnet restore
2022
- name: Packing Nuget

PostgresSqlCacheSolution.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebSample", "WebSample\WebS
1313
EndProject
1414
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{548EB70F-C803-4B22-A992-131B9A5E1446}"
1515
ProjectSection(SolutionItems) = preProject
16+
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
1617
README.md = README.md
1718
sample_project.gif = sample_project.gif
1819
EndProjectSection

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Then you can delete the database with:
9494
prepare-database.cmd -erase
9595
```
9696
## Change Log
97-
1. v3.1.0 - Added log messages on `Debug` Level, multitarget .net5 and .net6, dropped support to netstandard2.0, fix sample to match multitarget, and sample database.
97+
1. v3.1.0 - Added log messages on `Debug` Level, multitarget .net5 and .net6, dropped support to netstandard2.0, fix sample to match multitarget and sample database.
9898
1. v3.0.2 - `CreateInfrastructure` also creates the schema issue #8
9999
1. v3.0.1 - `DisableRemoveExpired` configuration added; If `TRUE` the cache instance won`t delete expired items.
100100
1. v3.0

0 commit comments

Comments
 (0)