File tree Expand file tree Collapse file tree 2 files changed +12
-15
lines changed
src/JsonApiDotNetCore.MongoDb
test/JsonApiDotNetCoreMongoDbExampleTests Expand file tree Collapse file tree 2 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2-
32 <PropertyGroup >
43 <VersionPrefix >4.1.0</VersionPrefix >
54 <TargetFramework >$(NetCoreAppVersion)</TargetFramework >
87
98 <PropertyGroup >
109 <PackageTags >jsonapi;json:api;dotnet;core;MongoDB</PackageTags >
11- <Description >Persistence layer implementation for use of MongoDB in applications using JsonApiDotNetCore</Description >
10+ <Description >Persistence layer implementation for use of MongoDB in applications using JsonApiDotNetCore. </Description >
1211 <PackageProjectUrl >https://github.com/json-api-dotnet/JsonApiDotNetCore.MongoDb</PackageProjectUrl >
1312 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1413 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
2423 <ItemGroup >
2524 <PackageReference Include =" JsonApiDotNetCore" Version =" $(JsonApiDotNetCoreVersion)" />
2625 <PackageReference Include =" MongoDB.Driver" Version =" $(MongoDBDriverVersion)" />
26+ <PackageReference Include =" SauceControl.InheritDoc" Version =" 1.2.0" PrivateAssets =" All" />
2727 </ItemGroup >
28-
2928</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2-
32 <PropertyGroup >
43 <TargetFramework >$(NetCoreAppVersion)</TargetFramework >
54 <IsPackable >false</IsPackable >
65 </PropertyGroup >
76
7+ <ItemGroup >
8+ <None Update =" xunit.runner.json" >
9+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
10+ </None >
11+ </ItemGroup >
12+
13+ <ItemGroup >
14+ <ProjectReference Include =" ..\..\src\Examples\JsonApiDotNetCoreMongoDbExample\JsonApiDotNetCoreMongoDbExample.csproj" />
15+ </ItemGroup >
16+
817 <ItemGroup >
918 <PackageReference Include =" Bogus" Version =" 31.0.3" />
1019 <PackageReference Include =" coverlet.msbuild" Version =" 2.9.0" >
2130 <PrivateAssets >all</PrivateAssets >
2231 </PackageReference >
2332 </ItemGroup >
24-
25- <ItemGroup >
26- <None Update =" xunit.runner.json" >
27- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
28- </None >
29- </ItemGroup >
30-
31- <ItemGroup >
32- <ProjectReference Include =" ..\..\src\Examples\JsonApiDotNetCoreMongoDbExample\JsonApiDotNetCoreMongoDbExample.csproj" />
33- </ItemGroup >
34-
3533</Project >
You can’t perform that action at this time.
0 commit comments