Browse Source

设置 WingInterfaceLibrary 和WingServerCommon版本号1.1.0.1-beta

MIke 2 years ago
parent
commit
5d8180655f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      WingDeviceService.csproj

+ 2 - 2
WingDeviceService.csproj

@@ -5,7 +5,7 @@
     <RootNamespace>WingDeviceService</RootNamespace>
   </PropertyGroup>
   <ItemGroup>
-    <PackageReference Include="WingInterfaceLibrary" Version="1.0.6.3" />
-    <PackageReference Include="WingServerCommon" Version="1.0.0.26" />
+    <PackageReference Include="WingInterfaceLibrary" Version="1.1.0.1-beta" />
+    <PackageReference Include="WingServerCommon" Version="1.1.0.1-beta" />
   </ItemGroup>
 </Project>