File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 13
13
<RepositoryType >git</RepositoryType >
14
14
<RepositoryUrl >https://github.com/json-api-dotnet/JsonApiDotNetCore</RepositoryUrl >
15
15
</PropertyGroup >
16
+ <PropertyGroup >
17
+ <IsWindows Condition =" '$(OS)' == 'Windows_NT'" >true</IsWindows >
18
+ </PropertyGroup >
16
19
<PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'" >
17
20
<DocumentationFile >bin\Release\netstandard2.0\JsonApiDotNetCore.xml</DocumentationFile >
18
21
</PropertyGroup >
19
- <ItemGroup >
22
+ <ItemGroup Condition = " $(IsWindows) " >
20
23
<PackageReference Include =" docfx.console" Version =" 2.33.0" />
24
+ </ItemGroup >
25
+ <ItemGroup >
21
26
<PackageReference Include =" Microsoft.AspNetCore.Routing" Version =" $(AspNetCoreVersion)" />
22
27
<PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" $(AspNetCoreVersion)" />
23
28
<PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" $(EFCoreVersion)" />
You can’t perform that action at this time.
0 commit comments