|
1 | 1 | <Project> |
2 | 2 | <PropertyGroup> |
3 | | - <AspNetCoreVersion>2.0.0-*</AspNetCoreVersion> |
| 3 | + <AspNetCoreVersion>2.0.0</AspNetCoreVersion> |
4 | 4 | <BenchmarkDotNetVersion>0.10.3</BenchmarkDotNetVersion> |
5 | | - <CoreFxVersion>4.4.0-*</CoreFxVersion> |
6 | | - <DiagnosticSourceVersion>4.4.1-*</DiagnosticSourceVersion> |
7 | | - <DependencyModelVersion>2.0.0-*</DependencyModelVersion> |
8 | | - <InternalAspNetCoreSdkVersion>2.0.1-*</InternalAspNetCoreSdkVersion> |
| 5 | + <CoreFxVersion>4.4.0</CoreFxVersion> |
| 6 | + <DiagnosticSourceVersion>4.4.1</DiagnosticSourceVersion> |
| 7 | + <DependencyModelVersion>2.0.0</DependencyModelVersion> |
| 8 | + <InternalAspNetCoreSdkVersion>2.0.1-rtm-15400</InternalAspNetCoreSdkVersion> |
9 | 9 | <JsonNetVersion>10.0.1</JsonNetVersion> |
10 | 10 | <MoqVersion>4.7.49</MoqVersion> |
11 | | - <NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion> |
12 | | - <NETStandardLibraryNETFrameworkVersion>2.0.0-*</NETStandardLibraryNETFrameworkVersion> |
13 | | - <RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion> |
| 11 | + <NETStandardImplicitPackageVersion>2.0.0</NETStandardImplicitPackageVersion> |
| 12 | + <NETStandardLibraryNETFrameworkVersion>2.0.0</NETStandardLibraryNETFrameworkVersion> |
| 13 | + <RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0</RuntimeFrameworkVersion> |
14 | 14 | <RoslynVersion>2.3.1</RoslynVersion> |
15 | | - <RoslynDevVersion>2.6.0-beta*</RoslynDevVersion> |
| 15 | + <RoslynDevVersion>2.6.0-beta1-61924-08</RoslynDevVersion> |
16 | 16 | <StreamJsonRpcVersion>1.1.92</StreamJsonRpcVersion> |
17 | | - <TestSdkVersion>15.3.0-*</TestSdkVersion> |
| 17 | + <TestSdkVersion>15.3.0</TestSdkVersion> |
18 | 18 |
|
19 | 19 | <!-- Must keep in sync with tooling\Microsoft.VisualStudio.RazorExtension\project.json --> |
20 | 20 | <VsShellVersion>15.0.26606</VsShellVersion> |
21 | 21 |
|
22 | | - <XunitVersion>2.3.0-beta2-*</XunitVersion> |
| 22 | + <XunitVersion>2.3.0-beta2-build3683</XunitVersion> |
| 23 | + <XunitRunnerVisualStudioVersion>2.3.0-beta2-build1317</XunitRunnerVisualStudioVersion> |
23 | 24 | </PropertyGroup> |
24 | 25 | </Project> |
0 commit comments