This repository was archived by the owner on Dec 13, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed
Microsoft.AspNetCore.Authentication.Test
Microsoft.AspNetCore.Authorization.Test
Microsoft.AspNetCore.ChunkingCookieManager.Sources.Test
Microsoft.AspNetCore.CookiePolicy.Test
Microsoft.Owin.Security.Interop.Test Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 22<configuration >
33 <packageSources >
44 <clear />
5- <add key =" AspNetCore" value =" https://dotnet.myget.org/F/aspnetcore-ci-release /api/v3/index.json" />
5+ <add key =" AspNetCore" value =" https://dotnet.myget.org/F/aspnetcore-master /api/v3/index.json" />
66 <add key =" AspNetCoreTools" value =" https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
77 <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
88 </packageSources >
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <AspNetCoreVersion >2.0.0-* </AspNetCoreVersion >
4- <CoreFxVersion >4.4.0-* </CoreFxVersion >
3+ <AspNetCoreVersion >2.0.0</AspNetCoreVersion >
4+ <CoreFxVersion >4.4.0</CoreFxVersion >
55 <IdentityModelActiveDirectoryVersion >3.14.1</IdentityModelActiveDirectoryVersion >
66 <IdentityModelOpenIdVersion >2.1.4</IdentityModelOpenIdVersion >
7- <InternalAspNetCoreSdkVersion >2.0.1-* </InternalAspNetCoreSdkVersion >
7+ <InternalAspNetCoreSdkVersion >2.0.1-rtm-15400 </InternalAspNetCoreSdkVersion >
88 <JsonNetVersion >10.0.1</JsonNetVersion >
9- <NETStandardImplicitPackageVersion >2.0.0-* </NETStandardImplicitPackageVersion >
10- <NETStandardLibraryNETFrameworkVersion >2.0.0-* </NETStandardLibraryNETFrameworkVersion >
9+ <NETStandardImplicitPackageVersion >2.0.0</NETStandardImplicitPackageVersion >
10+ <NETStandardLibraryNETFrameworkVersion >2.0.0</NETStandardLibraryNETFrameworkVersion >
1111 <OwinVersion >3.0.1</OwinVersion >
12- <RuntimeFrameworkVersion Condition =" '$(TargetFramework)'=='netcoreapp2.0'" >2.0.0-*</RuntimeFrameworkVersion >
13- <TestSdkVersion >15.3.0-*</TestSdkVersion >
14- <XunitVersion >2.3.0-beta2-*</XunitVersion >
12+ <RuntimeFrameworkVersion Condition =" '$(TargetFramework)'=='netcoreapp2.0'" >2.0.0</RuntimeFrameworkVersion >
13+ <TestSdkVersion >15.3.0</TestSdkVersion >
14+ <XunitVersion >2.3.0-beta2-build3683</XunitVersion >
15+ <XunitRunnerVisualStudioVersion >2.3.0-beta2-build1317</XunitRunnerVisualStudioVersion >
1516 </PropertyGroup >
1617</Project >
Original file line number Diff line number Diff line change 2323 <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" $(AspNetCoreVersion)" />
2424 <PackageReference Include =" Microsoft.AspNetCore.Testing" Version =" $(AspNetCoreVersion)" />
2525 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
26- <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion )" />
26+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualStudioVersion )" />
2727 <PackageReference Include =" xunit" Version =" $(XunitVersion)" />
2828 </ItemGroup >
2929
Original file line number Diff line number Diff line change 1818 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" $(AspNetCoreVersion)" />
1919 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" $(AspNetCoreVersion)" />
2020 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
21- <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion )" />
21+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualStudioVersion )" />
2222 <PackageReference Include =" xunit" Version =" $(XunitVersion)" />
2323 </ItemGroup >
2424
Original file line number Diff line number Diff line change 1414 <ItemGroup >
1515 <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" $(AspNetCoreVersion)" />
1616 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
17- <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion )" />
17+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualStudioVersion )" />
1818 <PackageReference Include =" xunit" Version =" $(XunitVersion)" />
1919 </ItemGroup >
2020
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <Import Project =" ..\..\build\common.props" />
44 <PropertyGroup >
1515 <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" $(AspNetCoreVersion)" />
1616 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" $(AspNetCoreVersion)" />
1717 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
18- <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion )" />
18+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualStudioVersion )" />
1919 <PackageReference Include =" xunit" Version =" $(XunitVersion)" />
2020 </ItemGroup >
2121
Original file line number Diff line number Diff line change 1515 <PackageReference Include =" Microsoft.Owin.Security.Cookies" Version =" $(OwinVersion)" />
1616 <PackageReference Include =" Microsoft.Owin.Testing" Version =" $(OwinVersion)" />
1717 <PackageReference Include =" xunit" Version =" $(XunitVersion)" />
18- <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion )" />
18+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualStudioVersion )" />
1919 </ItemGroup >
2020
2121 <ItemGroup >
Original file line number Diff line number Diff line change 22<Project >
33 <PropertyGroup >
44 <VersionPrefix >2.0.0</VersionPrefix >
5- <VersionSuffix >rtm</VersionSuffix >
65 </PropertyGroup >
76</Project >
You can’t perform that action at this time.
0 commit comments