Ver código fonte

Update libs

release/3.x.x
Christian Kratky 6 anos atrás
pai
commit
bf1d682a85
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      Source/MQTTnet/MQTTnet.csproj

+ 2
- 2
Source/MQTTnet/MQTTnet.csproj Ver arquivo

@@ -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'">


Carregando…
Cancelar
Salvar