Skip to content

Commit

Permalink
NuGet v6.1.2, net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristn committed Nov 27, 2023
1 parent 56d61d7 commit 8d129b6
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/Test.ChunkServer/Test.ChunkServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net462;net48;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net462;net48;net6.0;net7.0;net8.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Test.DataReader/Test.DataReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net462;net48;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net462;net48;net6.0;net7.0;net8.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Test.Default/Test.Default.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net462;net48;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net462;net48;net6.0;net7.0;net8.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Test.Docker/Test.Docker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net462;net48;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net462;net48;net6.0;net7.0;net8.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Test.HostBuilder/Test.HostBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net462;net48;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net462;net48;net6.0;net7.0;net8.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Test.Loopback/Test.Loopback.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net462;net48;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net462;net48;net6.0;net7.0;net8.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Test.MaxConnections/Test.MaxConnections.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net462;net48;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net462;net48;net6.0;net7.0;net8.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Test.Routing/Test.Routing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Test.Serialization/Test.Serialization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net462;net48;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net462;net48;net6.0;net7.0;net8.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Test.Stream/Test.Stream.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net462;net48;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net462;net48;net6.0;net7.0;net8.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/WatsonWebserver.Core/WatsonWebserver.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;net462;net48;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>netstandard2.1;net462;net48;net6.0;net7.0;net8.0</TargetFrameworks>
<Version>6.1.1</Version>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\WatsonWebserver.snk</AssemblyOriginatorKeyFile>
Expand Down
4 changes: 2 additions & 2 deletions src/WatsonWebserver.Lite/WatsonWebserver.Lite.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;net462;net48;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>netstandard2.1;net462;net48;net6.0;net7.0;net8.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>6.1.1</Version>
<Version>6.1.2</Version>
<Description>Simple, fast, async C# web server for handling REST requests with SSL support, targeted to .NET Core, .NET Standard, and .NET Framework. Watson.Lite has no dependency on http.sys.</Description>
<Authors>Joel Christner</Authors>
<Company>Joel Christner</Company>
Expand Down
4 changes: 3 additions & 1 deletion src/WatsonWebserver/HttpResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,9 @@ private byte[] ReadStreamFully(Stream input)
private async Task<bool> SendInternalAsync(long contentLength, Stream stream, CancellationToken token = default)
{
if (ChunkedTransfer) throw new IOException("Response is configured to use chunked transfer-encoding. Use SendChunk() and SendFinalChunk().");
ContentLength = contentLength;

if (ContentLength == 0 && contentLength > 0) ContentLength = contentLength;

if (!_HeadersSet) SendHeaders();

try
Expand Down
4 changes: 2 additions & 2 deletions src/WatsonWebserver/WatsonWebserver.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;net462;net48;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>netstandard2.1;net462;net48;net6.0;net7.0;net8.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>6.1.1</Version>
<Version>6.1.2</Version>
<Description>Simple, fast, async C# web server for handling REST requests with SSL support, targeted to .NET Core, .NET Standard, and .NET Framework.</Description>
<Authors>Joel Christner</Authors>
<Company>Joel Christner</Company>
Expand Down

0 comments on commit 8d129b6

Please sign in to comment.