File tree Expand file tree Collapse file tree 3 files changed +0
-19
lines changed
src/Alyio.Extensions.Caching
test/Alyio.Extensions.Caching.Tests Expand file tree Collapse file tree 3 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net6.0</TargetFramework >
6- <ImplicitUsings >enable</ImplicitUsings >
7- <Nullable >enable</Nullable >
85 <IsPackable >false</IsPackable >
9- <EnforceCodeStyleInBuild >True</EnforceCodeStyleInBuild >
10- <AnalysisLevel >latest-recommended</AnalysisLevel >
116 </PropertyGroup >
127
138 <ItemGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
5- <LangVersion >10.0</LangVersion >
6- <Nullable >enable</Nullable >
75 <VersionPrefix >2.0.2</VersionPrefix >
86 <Copyright >Copyright (c) 2022 ROY</Copyright >
97 <Description >Extension methods for Microsoft.Extensions.Caching.Distributed.IDistributedCache to DeSerialize POCO from/to byte array.</Description >
1614 <IncludeSymbols >true</IncludeSymbols >
1715 <RepositoryType >git</RepositoryType >
1816 <RepositoryUrl >https://github.com/qqbuby/Alyio.Extensions.Caching</RepositoryUrl >
19- <ImplicitUsings >enable</ImplicitUsings >
2017 <PackageReadmeFile >README.md</PackageReadmeFile >
21- <EnableNETAnalyzers >True</EnableNETAnalyzers >
22- <AnalysisLevel >latest-recommended</AnalysisLevel >
23- <EnforceCodeStyleInBuild >True</EnforceCodeStyleInBuild >
2418 </PropertyGroup >
2519
2620 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6.0</TargetFramework >
5- <ImplicitUsings >enable</ImplicitUsings >
6- <Nullable >enable</Nullable >
7- <CollectCoverage >true</CollectCoverage >
8- <CoverletOutputFormat >opencover</CoverletOutputFormat >
9- <IsPackable >false</IsPackable >
10- <EnforceCodeStyleInBuild >True</EnforceCodeStyleInBuild >
11- <AnalysisLevel >latest-recommended</AnalysisLevel >
124 <NoWarn >$(nowarn);CA1707;</NoWarn >
135 </PropertyGroup >
146
You can’t perform that action at this time.
0 commit comments