We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6b9df commit d529affCopy full SHA for d529aff
.github/workflows/publish.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: Publish
24
uses: rohith/publish-nuget@v2
25
with:
26
+ INCLUDE_SYMBOLS: false
27
NUGET_KEY: ${{ secrets.NUGET_KEY }}
28
PROJECT_FILE_PATH: src/L1L2RedisCache.csproj
29
VERSION_STATIC: ${{ env.VERSION }}
src/L1L2RedisCache.csproj
@@ -1,7 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFramework>netstandard2.0</TargetFramework>
4
- <Version>1.2.3</Version>
5
</PropertyGroup>
6
<ItemGroup>
7
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="3.1.3" />
0 commit comments