Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
Compoment
/
MQTTnet
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
added netcore 2.1 build
release/3.x.x
JanEggers
5 anos atrás
pai
cfc1b27950
commit
aee10ba6fa
3 arquivos alterados
com
6 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+4
-0
Source/MQTTnet.AspnetCore/Client/Tcp/SocketSender.cs
+1
-1
Source/MQTTnet.AspnetCore/MQTTnet.AspNetCore.csproj
+1
-1
Tests/MQTTnet.Benchmarks/MQTTnet.Benchmarks.csproj
+ 4
- 0
Source/MQTTnet.AspnetCore/Client/Tcp/SocketSender.cs
Ver arquivo
@@ -5,6 +5,10 @@ using System.Diagnostics;
using System.IO.Pipelines;
using System.Net.Sockets;
#if NETCOREAPP2_1
using System.Runtime.InteropServices;
#endif
namespace MQTTnet.AspNetCore.Client.Tcp
{
public class SocketSender
+ 1
- 1
Source/MQTTnet.AspnetCore/MQTTnet.AspNetCore.csproj
Ver arquivo
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework
s
>netstandard2.0
;netcoreapp2.1
</TargetFramework
s
>
<Product />
<Company />
<Authors />
+ 1
- 1
Tests/MQTTnet.Benchmarks/MQTTnet.Benchmarks.csproj
Ver arquivo
@@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<DebugType>Full</DebugType>
<TargetFramework Condition=" '$(OS)' == 'Windows_NT' ">net461</TargetFramework>
<TargetFramework
s
Condition=" '$(OS)' == 'Windows_NT' ">net461
;netcoreapp2.1
</TargetFramework
s
>
<TargetFramework Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp2.1</TargetFramework>
<LangVersion>7.2</LangVersion>
</PropertyGroup>
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar