File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <VersionPrefix >2.2.3 </VersionPrefix >
3+ <VersionPrefix >2.2.4 </VersionPrefix >
44 <TargetFrameworks >$(NetStandardVersion)</TargetFrameworks >
55 <AssemblyName >JsonApiDotNetCore</AssemblyName >
66 <PackageId >JsonApiDotNetCore</PackageId >
7+ <LangVersion >7.2</LangVersion >
78 </PropertyGroup >
89
910 <PropertyGroup >
2526 <PackageReference Include =" System.ValueTuple" Version =" $(TuplesVersion)" />
2627 </ItemGroup >
2728
28- <!-- XML documentation -->
29- <PropertyGroup >
29+ <!--
30+ To generate DocFX documentation on Windows platforms: dotnet build -c Release /p:DocFx=true
31+ -->
32+ <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
3033 <IsWindows Condition =" '$(OS)' == 'Windows_NT'" >true</IsWindows >
31- </PropertyGroup >
32- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
34+ <GenerateDocumentation Condition =" '$(IsWindows)|$(DocFx)' == 'true|true'" >true</GenerateDocumentation >
3335 <DocumentationFile >bin\Release\netstandard2.0\JsonApiDotNetCore.xml</DocumentationFile >
3436 </PropertyGroup >
35- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'" >
36- <LangVersion >7.2</LangVersion >
37- </PropertyGroup >
38- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'" >
39- <LangVersion >7.2</LangVersion >
40- </PropertyGroup >
41- <ItemGroup Condition =" $(IsWindows)=='true'" >
37+
38+ <ItemGroup Condition =" '$(GenerateDocumentation)' == 'true'" >
4239 <PackageReference Include =" docfx.console" Version =" 2.33.0" />
4340 </ItemGroup >
4441
You can’t perform that action at this time.
0 commit comments