Skip to content

Commit 92d8261

Browse files
committed
refined project properties
1 parent c180a93 commit 92d8261

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

benchmarks/Benchmarks/Benchmarks.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
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>

src/Alyio.Extensions.Caching/Alyio.Extensions.Caching.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
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>
@@ -16,11 +14,7 @@
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>

test/Alyio.Extensions.Caching.Tests/Alyio.Extensions.Caching.Tests.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
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

0 commit comments

Comments
 (0)