This repository was archived by the owner on Nov 1, 2018. It is now read-only.
File tree 5 files changed +14
-14
lines changed
IISIntegration.FunctionalTests
Microsoft.AspNetCore.Server.IISIntegration.Tests
5 files changed +14
-14
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
- <AspNetCoreIntegrationTestingVersion >0.4.0-*</AspNetCoreIntegrationTestingVersion >
5
- <AspNetCoreModuleVersion >1.0.0-*</AspNetCoreModuleVersion >
6
- <CoreFxVersion >4.4.0-*</CoreFxVersion >
7
- <InternalAspNetCoreSdkVersion >2.0.1-*</InternalAspNetCoreSdkVersion >
8
- <NETStandardImplicitPackageVersion >2.0.0-*</NETStandardImplicitPackageVersion >
9
- <NETStandardLibraryNETFrameworkVersion >2.0.0-*</NETStandardLibraryNETFrameworkVersion >
10
- <RuntimeFrameworkVersion Condition =" '$(TargetFramework)'=='netcoreapp2.0'" >2.0.0-*</RuntimeFrameworkVersion >
11
- <TestSdkVersion >15.3.0-*</TestSdkVersion >
12
- <XunitVersion >2.3.0-beta2-*</XunitVersion >
3
+ <AspNetCoreVersion >2.0.0</AspNetCoreVersion >
4
+ <AspNetCoreIntegrationTestingVersion >0.4.0</AspNetCoreIntegrationTestingVersion >
5
+ <AspNetCoreModuleVersion >1.0.0</AspNetCoreModuleVersion >
6
+ <CoreFxVersion >4.4.0</CoreFxVersion >
7
+ <InternalAspNetCoreSdkVersion >2.0.1-rtm-15400</InternalAspNetCoreSdkVersion >
8
+ <NETStandardImplicitPackageVersion >2.0.0</NETStandardImplicitPackageVersion >
9
+ <NETStandardLibraryNETFrameworkVersion >2.0.0</NETStandardLibraryNETFrameworkVersion >
10
+ <RuntimeFrameworkVersion Condition =" '$(TargetFramework)'=='netcoreapp2.0'" >2.0.0</RuntimeFrameworkVersion >
11
+ <TestSdkVersion >15.3.0</TestSdkVersion >
12
+ <XunitVersion >2.3.0-beta2-build3683</XunitVersion >
13
+ <XunitRunnerVisualStudioVersion >2.3.0-beta2-build1317</XunitRunnerVisualStudioVersion >
13
14
</PropertyGroup >
14
15
</Project >
Original file line number Diff line number Diff line change 19
19
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" $(AspNetCoreVersion)" />
20
20
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
21
21
<PackageReference Include =" xunit" Version =" $(XunitVersion)" />
22
- <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion )" />
22
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualStudioVersion )" />
23
23
</ItemGroup >
24
24
25
25
</Project >
Original file line number Diff line number Diff line change 14
14
<ItemGroup >
15
15
<PackageReference Include =" Microsoft.AspNetCore.TestHost" 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 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