Browse Source

update sisk (#8848)

* update sisk to v0.16.2-beta1

* fix prev commit

* update sisk version
Gabriel Scatolin 1 year ago
parent
commit
dc05a5d6e1
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>
 
 	<ItemGroup>
-	  <PackageReference Include="Sisk.HttpServer" Version="0.16.0-rc-5" />
+	  <PackageReference Include="Sisk.HttpServer" Version="0.16.2" />
 	</ItemGroup>
 
 </Project>