Explorar el Código

Update libs

release/3.x.x
Christian Kratky hace 6 años
padre
commit
bf1d682a85
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      Source/MQTTnet/MQTTnet.csproj

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

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


Cargando…
Cancelar
Guardar