Skip to content

Commit 57c548b

Browse files
committed
Target netcoreapp3.1 instead of netcoreapp3.0
1 parent cd07295 commit 57c548b

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

src/Microsoft.VisualStudio.Threading/Microsoft.VisualStudio.Threading.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard2.0;netcoreapp3.0;net472</TargetFrameworks>
4-
<CheckEolTargetFramework>false</CheckEolTargetFramework>
3+
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net472</TargetFrameworks>
54

65
<Summary>Async synchronization primitives, async collections, TPL and dataflow extensions.</Summary>
76
<Description>Async synchronization primitives, async collections, TPL and dataflow extensions. The JoinableTaskFactory allows synchronously blocking the UI thread for async work. This package is applicable to any .NET application (not just Visual Studio).</Description>

src/Microsoft.VisualStudio.Threading/netcoreapp3.0/PublicAPI.Shipped.txt renamed to src/Microsoft.VisualStudio.Threading/netcoreapp3.1/PublicAPI.Shipped.txt

File renamed without changes.

src/Microsoft.VisualStudio.Threading/netcoreapp3.0/PublicAPI.Unshipped.txt renamed to src/Microsoft.VisualStudio.Threading/netcoreapp3.1/PublicAPI.Unshipped.txt

File renamed without changes.

0 commit comments

Comments
 (0)