File tree Expand file tree Collapse file tree
CacheTower.Providers.Database.MongoDB Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
3- <PropertyGroup >
4- <TargetFramework >netstandard2.0</TargetFramework >
5- <Title >MongoDB Provider for Cache Tower</Title >
6- <Description >Use MongoDB for caching with Cache Tower</Description >
7- <PackageTags >mongodb;$(PackageBaseTags)</PackageTags >
8- <Authors >James Turner</Authors >
9- </PropertyGroup >
3+ <PropertyGroup >
4+ <TargetFramework >netstandard2.0</TargetFramework >
5+ <Title >MongoDB Provider for Cache Tower</Title >
6+ <Description >Use MongoDB for caching with Cache Tower</Description >
7+ <PackageTags >mongodb;$(PackageBaseTags)</PackageTags >
8+ <Authors >James Turner</Authors >
9+ </PropertyGroup >
1010
11- <ItemGroup >
12- <PackageReference Include =" MongoFramework" Version =" 0.27.0" />
13- </ItemGroup >
11+ <ItemGroup >
12+ <PackageReference Include =" MongoFramework" Version =" 0.27.0" />
13+ </ItemGroup >
1414
15- <ItemGroup >
16- <ProjectReference Include =" ..\CacheTower\CacheTower.csproj" />
17- </ItemGroup >
15+ <ItemGroup >
16+ <ProjectReference Include =" ..\CacheTower\CacheTower.csproj" />
17+ </ItemGroup >
1818
19- <ItemGroup >
20- <PackageReference Update =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" />
21- <PackageReference Update =" TurnerSoftware.BuildVersioning" Version =" 0.4.0" />
22- </ItemGroup >
19+ <ItemGroup >
20+ <PackageReference Update =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" />
21+ <PackageReference Update =" TurnerSoftware.BuildVersioning" Version =" 0.4.0" />
22+ </ItemGroup >
23+
24+ <ItemGroup >
25+ <AssemblyAttribute Remove =" System.CLSCompliantAttribute" />
26+ <AssemblyAttribute Include =" System.CLSCompliantAttribute" >
27+ <_Parameter1 >false</_Parameter1 >
28+ </AssemblyAttribute >
29+ </ItemGroup >
2330
2431</Project >
Original file line number Diff line number Diff line change 2727 <ItemGroup >
2828 <None Include =" ..\..\images\$(PackageIcon)" Pack =" true" PackagePath =" /" />
2929 </ItemGroup >
30+
31+ <ItemGroup >
32+ <AssemblyAttribute Include =" System.CLSCompliantAttribute" >
33+ <_Parameter1 >true</_Parameter1 >
34+ </AssemblyAttribute >
35+ </ItemGroup >
3036
3137</Project >
You can’t perform that action at this time.
0 commit comments