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

Commit 0a41926

Browse files
committed
Update dependencies.props to target the official ASP.NET Core 2.0 packages
1 parent b4fee93 commit 0a41926

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build/dependencies.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<Project>
22

33
<PropertyGroup>
4-
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
5-
<CoreFxVersion>4.4.0-*</CoreFxVersion>
6-
<IdentityModelCoreVersion>2.1.3-*</IdentityModelCoreVersion>
4+
<AspNetCoreVersion>2.0.0</AspNetCoreVersion>
5+
<CoreFxVersion>4.4.0</CoreFxVersion>
6+
<IdentityModelCoreVersion>2.1.4</IdentityModelCoreVersion>
77
<JetBrainsVersion>10.3.0</JetBrainsVersion>
88
<JsonNetVersion>10.0.2</JsonNetVersion>
99
<MoqVersion>4.7.63</MoqVersion>
1010
<NetHttpVersion>4.3.2</NetHttpVersion>
11-
<NetStandardImplicitPackageVersion>2.0.0-*</NetStandardImplicitPackageVersion>
12-
<NetStandardLibraryNetFrameworkVersion>2.0.0-*</NetStandardLibraryNetFrameworkVersion>
13-
<OwinVersion>4.0.0-*</OwinVersion>
14-
<RuntimeFrameworkVersion>2.0.0-*</RuntimeFrameworkVersion>
15-
<TestSdkVersion>15.3.0-*</TestSdkVersion>
11+
<NetStandardImplicitPackageVersion>2.0.0</NetStandardImplicitPackageVersion>
12+
<NetStandardLibraryNetFrameworkVersion>2.0.0</NetStandardLibraryNetFrameworkVersion>
13+
<OwinVersion>3.0.1</OwinVersion>
14+
<RuntimeFrameworkVersion>2.0.0</RuntimeFrameworkVersion>
15+
<TestSdkVersion>15.3.0</TestSdkVersion>
1616
<XunitVersion>2.3.0-*</XunitVersion>
1717
</PropertyGroup>
1818

0 commit comments

Comments
 (0)