Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Upgrade SignalR.Core to netcoreapp3.0 #3315

Merged
merged 3 commits into from
Nov 17, 2018
Merged

Upgrade SignalR.Core to netcoreapp3.0 #3315

merged 3 commits into from
Nov 17, 2018

Conversation

natemcmaster
Copy link
Contributor

@natemcmaster natemcmaster commented Nov 16, 2018

This updates samples, tests, and projects to netcoreapp3.0.

Notably, the SignalR client remains netstandard2.0

Part of dotnet/aspnetcore#3754

This updates samples, tests, and projects to netcoreapp3.0. Notably, the SignalR client remains netstandard2.0
@@ -23,8 +21,8 @@

<!-- These references are used when running on the Benchmarks Server -->
<ItemGroup Condition="'$(BenchmarksTargetFramework)' != ''">
<PackageReference Include="Microsoft.AspNetCore.All" Version="$(MicrosoftAspNetCoreAllPackageVersion)" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, don't change this stuff unless you know 100% that the benchmarks infrastructure works with it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We killed Microsoft.AspNetCore.All. Benchmarks infrastructure will have to update.

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.2;net461</TargetFrameworks>
<TargetFrameworks>netcoreapp3.0;net461</TargetFrameworks>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove fullframework?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The client still supports it because the client is netstandard.

@natemcmaster
Copy link
Contributor Author

Tests passing now :)

Copy link

@muratg muratg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BrennanConroy any remaining concerns with this?

@natemcmaster natemcmaster merged commit 3db604d into master Nov 17, 2018
@natemcmaster natemcmaster deleted the namc/3.0 branch November 17, 2018 00:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants