浏览代码

Update libs

release/3.x.x
Christian Kratky 6 年前
父节点
当前提交
bf1d682a85
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      Source/MQTTnet/MQTTnet.csproj

+ 2
- 2
Source/MQTTnet/MQTTnet.csproj 查看文件

@@ -20,7 +20,7 @@
<NugetTargetMoniker>UAP,Version=v10.0</NugetTargetMoniker>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.17134.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
<TargetPlatformMinVersion>10.0.10586.212</TargetPlatformMinVersion>
<TargetFrameworkIdentifier>.NETCore</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<DefineConstants>$(DefineConstants);WINDOWS_UWP</DefineConstants>
@@ -53,7 +53,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='uap10.0'">
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.4" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.5" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net452'">


正在加载...
取消
保存