Update Owin to latest (#1323)

This commit is contained in:
Mike Harder 2017-07-14 16:55:07 -07:00 committed by GitHub
parent b61f1ee781
commit fcd9f0c3ff
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<JsonNetVersion>10.0.1</JsonNetVersion>
<NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion>
<NETStandardLibraryNETFrameworkVersion>2.0.0-*</NETStandardLibraryNETFrameworkVersion>
<OwinVersion>3.0.1</OwinVersion>
<OwinVersion>3.1.0</OwinVersion>
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
<TestSdkVersion>15.3.0-*</TestSdkVersion>
<XunitVersion>2.3.0-beta2-*</XunitVersion>