Browse Source

fix: csproj version

cypherpotato 6 months ago
parent
commit
f715357741
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/CSharp/sisk/sisk/sisk.csproj

+ 1 - 1
frameworks/CSharp/sisk/sisk/sisk.csproj

@@ -9,7 +9,7 @@
 	</PropertyGroup>
 	</PropertyGroup>
 
 
 	<ItemGroup>
 	<ItemGroup>
-    <PackageReference Include="Sisk.HttpServer" Version="1.3.2" />
+		<PackageReference Include="Sisk.HttpServer" Version="1.4.0-beta3" />
 	</ItemGroup>
 	</ItemGroup>
 
 
 </Project>
 </Project>