File tree Expand file tree Collapse file tree 6 files changed +20
-2
lines changed Expand file tree Collapse file tree 6 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1717 </PropertyGroup >
1818
1919 <PropertyGroup >
20- <DefaultNetCoreTargetFramework >netcoreapp5 .0</DefaultNetCoreTargetFramework >
20+ <DefaultNetCoreTargetFramework >net5 .0</DefaultNetCoreTargetFramework >
2121 </PropertyGroup >
2222
2323 <PropertyGroup >
Original file line number Diff line number Diff line change 11<Project >
22 <Import Project =" Sdk.targets" Sdk =" Microsoft.DotNet.Arcade.Sdk" />
3+
4+ <ItemGroup >
5+ <FrameworkReference Update =" Microsoft.NETCore.App"
6+ Condition =" '$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'"
7+ RuntimeFrameworkVersion =" $(MicrosoftNETCoreAppRuntimewinx64PackageVersion)"
8+ TargetingPackVersion =" $(MicrosoftNETCoreAppRefPackageVersion)" />
9+ </ItemGroup >
310</Project >
Original file line number Diff line number Diff line change 3737 <Uri >https://github.com/dotnet/runtime</Uri >
3838 <Sha >ba5b5d18915eb637e53719373b857a2a310c204f</Sha >
3939 </Dependency >
40+ <Dependency Name =" Microsoft.NETCore.App.Ref" Version =" 5.0.0-rc.1.20427.3" >
41+ <Uri >https://github.com/dotnet/runtime</Uri >
42+ <Sha >ba5b5d18915eb637e53719373b857a2a310c204f</Sha >
43+ </Dependency >
44+ <Dependency Name =" Microsoft.NETCore.App.Runtime.win-x64" Version =" 5.0.0-rc.1.20427.3" >
45+ <Uri >https://github.com/dotnet/runtime</Uri >
46+ <Sha >ba5b5d18915eb637e53719373b857a2a310c204f</Sha >
47+ </Dependency >
4048 <Dependency Name =" System.Collections.Immutable" Version =" 5.0.0-rc.1.20427.3" >
4149 <Uri >https://github.com/dotnet/runtime</Uri >
4250 <Sha >ba5b5d18915eb637e53719373b857a2a310c204f</Sha >
Original file line number Diff line number Diff line change 2727 <MicrosoftExtensionsDependencyModelVersion >5.0.0-rc.1.20427.3</MicrosoftExtensionsDependencyModelVersion >
2828 <MicrosoftExtensionsHostFactoryResolverSourcesVersion >5.0.0-rc.1.20427.3</MicrosoftExtensionsHostFactoryResolverSourcesVersion >
2929 <MicrosoftExtensionsLoggingVersion >5.0.0-rc.1.20427.3</MicrosoftExtensionsLoggingVersion >
30+ <MicrosoftNETCoreAppRefPackageVersion >5.0.0-rc.1.20427.3</MicrosoftNETCoreAppRefPackageVersion >
31+ <MicrosoftNETCoreAppRuntimewinx64PackageVersion >5.0.0-rc.1.20427.3</MicrosoftNETCoreAppRuntimewinx64PackageVersion >
3032 </PropertyGroup >
3133 <PropertyGroup Label =" Other dependencies" >
3234 <MicrosoftCodeAnalysisVersion >3.7.0</MicrosoftCodeAnalysisVersion >
Original file line number Diff line number Diff line change 3333
3434 <PropertyGroup >
3535 <HelixPreCommands Condition = " '$(HelixTargetQueue.StartsWith(`Windows`))'" >$(HelixPreCommands); SqlLocalDB start</HelixPreCommands >
36- <XUnitPublishTargetFramework >netcoreapp5 .0</XUnitPublishTargetFramework >
36+ <XUnitPublishTargetFramework >net5 .0</XUnitPublishTargetFramework >
3737 <XUnitRuntimeTargetFramework >netcoreapp2.0</XUnitRuntimeTargetFramework >
3838 <XUnitRunnerVersion >2.4.1</XUnitRunnerVersion >
3939 <XUnitArguments ></XUnitArguments >
Original file line number Diff line number Diff line change 33 "dotnet" : " 5.0.100-preview.8.20417.9" ,
44 "runtimes" : {
55 "dotnet" : [
6+ " $(MicrosoftNETCoreAppRuntimewinx64PackageVersion)" ,
67 " 3.1.7"
78 ],
89 "aspnetcore" : [
You can’t perform that action at this time.
0 commit comments