We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcad935 commit 6e7cc23Copy full SHA for 6e7cc23
src/Soenneker.MemoryStream.ManualClose.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<?xml version="1.0" encoding="utf-8"?><Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFrameworks>net9.0</TargetFrameworks>
@@ -30,12 +30,12 @@
30
<LangVersion>latest</LangVersion>
31
<PackageReadmeFile>README.md</PackageReadmeFile>
32
<PackageIcon>icon.png</PackageIcon>
33
- </PropertyGroup>
+ <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild></PropertyGroup>
34
35
<ItemGroup>
36
<None Include="..\README.md" Pack="true" PackagePath="\" />
37
<None Include="..\LICENSE" Pack="true" PackagePath="\" />
38
- <None Include="..\icon.png" Pack="true" PackagePath="\"/>
+ <None Include="..\icon.png" Pack="true" PackagePath="\" />
39
40
41
</ItemGroup>
0 commit comments