Skip to content

Commit 6e7cc23

Browse files
author
Jake Soenneker
committed
ContinuousIntegration csproj property
1 parent bcad935 commit 6e7cc23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Soenneker.MemoryStream.ManualClose.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<?xml version="1.0" encoding="utf-8"?><Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>net9.0</TargetFrameworks>
@@ -30,12 +30,12 @@
3030
<LangVersion>latest</LangVersion>
3131
<PackageReadmeFile>README.md</PackageReadmeFile>
3232
<PackageIcon>icon.png</PackageIcon>
33-
</PropertyGroup>
33+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild></PropertyGroup>
3434

3535
<ItemGroup>
3636
<None Include="..\README.md" Pack="true" PackagePath="\" />
3737
<None Include="..\LICENSE" Pack="true" PackagePath="\" />
38-
<None Include="..\icon.png" Pack="true" PackagePath="\"/>
38+
<None Include="..\icon.png" Pack="true" PackagePath="\" />
3939

4040

4141
</ItemGroup>

0 commit comments

Comments
 (0)