File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 69
69
<MicrosoftExtensionsDependencyModelPackageVersion >3.1.2</MicrosoftExtensionsDependencyModelPackageVersion >
70
70
<MicrosoftNETCoreAppInternalPackageVersion >3.1.2-servicing.20067.4</MicrosoftNETCoreAppInternalPackageVersion >
71
71
<MicrosoftNETCoreAppRefPackageVersion >3.1.0</MicrosoftNETCoreAppRefPackageVersion >
72
- <MicrosoftAspNetCoreAppRefPackageVersion >3.1.0 </MicrosoftAspNetCoreAppRefPackageVersion >
72
+ <MicrosoftAspNetCoreAppRefPackageVersion >3.1.2 </MicrosoftAspNetCoreAppRefPackageVersion >
73
73
<MicrosoftNETCoreAppRuntimewinx64PackageVersion >3.1.2</MicrosoftNETCoreAppRuntimewinx64PackageVersion >
74
74
<NETStandardLibraryRefPackageVersion >2.1.0</NETStandardLibraryRefPackageVersion >
75
75
<!-- Packages from dotnet/corefx -->
Original file line number Diff line number Diff line change 14
14
15
15
<!-- This is so that we add the FrameworkReference to Microsoft.AspNetCore.App -->
16
16
<UseLatestAspNetCoreReference >true</UseLatestAspNetCoreReference >
17
+ <MicrosoftAspNetCoreAppVersion >3.1.0</MicrosoftAspNetCoreAppVersion >
17
18
</PropertyGroup >
18
19
19
20
<ItemGroup >
Original file line number Diff line number Diff line change 12
12
<KnownFrameworkReference Include =" Microsoft.AspNetCore.App" >
13
13
<TargetFramework >netcoreapp3.1</TargetFramework >
14
14
<RuntimeFrameworkName >Microsoft.AspNetCore.App</RuntimeFrameworkName >
15
- <DefaultRuntimeFrameworkVersion >$(LatestAspNetCoreReferenceVersion )</DefaultRuntimeFrameworkVersion >
16
- <LatestRuntimeFrameworkVersion >$(LatestAspNetCoreReferenceVersion )</LatestRuntimeFrameworkVersion >
15
+ <DefaultRuntimeFrameworkVersion >$(MicrosoftAspNetCoreAppVersion )</DefaultRuntimeFrameworkVersion >
16
+ <LatestRuntimeFrameworkVersion >$(MicrosoftAspNetCoreAppVersion )</LatestRuntimeFrameworkVersion >
17
17
<TargetingPackName >Microsoft.AspNetCore.App.Ref</TargetingPackName >
18
18
<TargetingPackVersion >$(LatestAspNetCoreReferenceVersion)</TargetingPackVersion >
19
19
<RuntimePackNamePatterns >Microsoft.AspNetCore.App.Runtime.**RID**</RuntimePackNamePatterns >
You can’t perform that action at this time.
0 commit comments