Skip to content

Commit bb083fc

Browse files
Fix code documentation.
1 parent 0ef673b commit bb083fc

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Open.ChannelExtensions.Tests/Open.ChannelExtensions.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net5.0</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
<LangVersion>latest</LangVersion>
77
<IsPackable>false</IsPackable>
88
</PropertyGroup>

Open.ChannelExtensions/Open.ChannelExtensions.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
<RepositoryUrl>https://github.com/Open-NET-Libraries/Open.ChannelExtensions</RepositoryUrl>
2222
<RepositoryType>git</RepositoryType>
2323
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
24-
<Version>6.0.1</Version>
24+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
25+
<Version>6.0.2</Version>
2526
<PackageReleaseNotes></PackageReleaseNotes>
2627
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2728
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -46,10 +47,6 @@
4647
</None>
4748
</ItemGroup>
4849

49-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
50-
<DocumentationFile>Documentation.xml</DocumentationFile>
51-
</PropertyGroup>
52-
5350
<ItemGroup>
5451
<PackageReference Include="System.Threading.Channels" Version="6.0.0" />
5552
</ItemGroup>

0 commit comments

Comments
 (0)