This repository was archived by the owner on Mar 19, 2019. It is now read-only.
File tree 5 files changed +13
-13
lines changed
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests
Microsoft.AspNetCore.Server.HttpSys.Tests 5 files changed +13
-13
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 >
5
- <InternalAspNetCoreSdkVersion >2.0.1-*</InternalAspNetCoreSdkVersion >
6
- <NETStandardImplicitPackageVersion >2.0.0-*</NETStandardImplicitPackageVersion >
7
- <NETStandardLibraryNETFrameworkVersion >2.0.0-*</NETStandardLibraryNETFrameworkVersion >
8
- <RuntimeFrameworkVersion Condition =" '$(TargetFramework)'=='netcoreapp2.0'" >2.0.0-*</RuntimeFrameworkVersion >
9
- <TestSdkVersion >15.3.0-*</TestSdkVersion >
10
- <XunitVersion >2.3.0-beta2-*</XunitVersion >
3
+ <AspNetCoreVersion >2.0.0</AspNetCoreVersion >
4
+ <CoreFxVersion >4.4.0</CoreFxVersion >
5
+ <InternalAspNetCoreSdkVersion >2.0.1-rtm-15400</InternalAspNetCoreSdkVersion >
6
+ <NETStandardImplicitPackageVersion >2.0.0</NETStandardImplicitPackageVersion >
7
+ <NETStandardLibraryNETFrameworkVersion >2.0.0</NETStandardLibraryNETFrameworkVersion >
8
+ <RuntimeFrameworkVersion Condition =" '$(TargetFramework)'=='netcoreapp2.0'" >2.0.0</RuntimeFrameworkVersion >
9
+ <TestSdkVersion >15.3.0</TestSdkVersion >
10
+ <XunitVersion >2.3.0-beta2-build3683</XunitVersion >
11
+ <XunitRunnerVisualStudioVersion >2.3.0-beta2-build1317</XunitRunnerVisualStudioVersion >
11
12
</PropertyGroup >
12
13
</Project >
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
16
16
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
17
17
<PackageReference Include =" System.Net.Http.WinHttpHandler" Version =" $(CoreFxVersion)" />
18
18
<PackageReference Include =" xunit" Version =" $(XunitVersion)" />
19
- <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion )" />
19
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualStudioVersion )" />
20
20
</ItemGroup >
21
21
22
22
</Project >
Original file line number Diff line number Diff line change 11
11
<ProjectReference Include =" ..\..\src\Microsoft.AspNetCore.Server.HttpSys\Microsoft.AspNetCore.Server.HttpSys.csproj" />
12
12
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
13
13
<PackageReference Include =" xunit" Version =" $(XunitVersion)" />
14
- <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion )" />
14
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualStudioVersion )" />
15
15
</ItemGroup >
16
16
17
17
</Project >
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