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 2
2
<configuration >
3
3
<packageSources >
4
4
<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" />
6
6
<add key =" AspNetCoreTools" value =" https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
7
7
<add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
8
8
</packageSources >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<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 >
5
5
<IdentityModelActiveDirectoryVersion >3.14.1</IdentityModelActiveDirectoryVersion >
6
6
<IdentityModelOpenIdVersion >2.1.4</IdentityModelOpenIdVersion >
7
- <InternalAspNetCoreSdkVersion >2.0.1-* </InternalAspNetCoreSdkVersion >
7
+ <InternalAspNetCoreSdkVersion >2.0.1-rtm-15400 </InternalAspNetCoreSdkVersion >
8
8
<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 >
11
11
<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 >
15
16
</PropertyGroup >
16
17
</Project >
Original file line number Diff line number Diff line change 23
23
<PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" $(AspNetCoreVersion)" />
24
24
<PackageReference Include =" Microsoft.AspNetCore.Testing" Version =" $(AspNetCoreVersion)" />
25
25
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
26
- <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion )" />
26
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualStudioVersion )" />
27
27
<PackageReference Include =" xunit" Version =" $(XunitVersion)" />
28
28
</ItemGroup >
29
29
Original file line number Diff line number Diff line change 18
18
<PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" $(AspNetCoreVersion)" />
19
19
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" $(AspNetCoreVersion)" />
20
20
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
21
- <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion )" />
21
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualStudioVersion )" />
22
22
<PackageReference Include =" xunit" Version =" $(XunitVersion)" />
23
23
</ItemGroup >
24
24
Original file line number Diff line number Diff line change 14
14
<ItemGroup >
15
15
<PackageReference Include =" Microsoft.AspNetCore.Http" Version =" $(AspNetCoreVersion)" />
16
16
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
17
- <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion )" />
17
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualStudioVersion )" />
18
18
<PackageReference Include =" xunit" Version =" $(XunitVersion)" />
19
19
</ItemGroup >
20
20
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<Import Project =" ..\..\build\common.props" />
4
4
<PropertyGroup >
15
15
<PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" $(AspNetCoreVersion)" />
16
16
<PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" $(AspNetCoreVersion)" />
17
17
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
18
- <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion )" />
18
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualStudioVersion )" />
19
19
<PackageReference Include =" xunit" Version =" $(XunitVersion)" />
20
20
</ItemGroup >
21
21
Original file line number Diff line number Diff line change 15
15
<PackageReference Include =" Microsoft.Owin.Security.Cookies" Version =" $(OwinVersion)" />
16
16
<PackageReference Include =" Microsoft.Owin.Testing" Version =" $(OwinVersion)" />
17
17
<PackageReference Include =" xunit" Version =" $(XunitVersion)" />
18
- <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion )" />
18
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualStudioVersion )" />
19
19
</ItemGroup >
20
20
21
21
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
<Project >
3
3
<PropertyGroup >
4
4
<VersionPrefix >2.0.0</VersionPrefix >
5
- <VersionSuffix >rtm</VersionSuffix >
6
5
</PropertyGroup >
7
6
</Project >
You can’t perform that action at this time.
0 commit comments