File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
src/EasyConfig.SiteExtension Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 3.0.101 "
3+ "version" : " 3.1.100 "
44 }
55}
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.0</TargetFramework >
4+ <OutputType >Exe</OutputType >
5+ <TargetFramework >netcoreapp3.1</TargetFramework >
6+ <PublishTrimmed >true</PublishTrimmed >
7+ <PublishReadyToRun >true</PublishReadyToRun >
8+ <PublishSingleFile >true</PublishSingleFile >
9+ <RuntimeIdentifier >win-x86</RuntimeIdentifier >
510 <IsPackable >true</IsPackable >
611 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
712 <AspNetCoreHostingModel >InProcess</AspNetCoreHostingModel >
1217 </PropertyGroup >
1318
1419 <ItemGroup >
15- <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 3.0 .0" />
20+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 3.1 .0" />
1621 <PackageReference Include =" Microsoft.Azure.Services.AppAuthentication" Version =" 1.3.1" />
17- <PackageReference Include =" Microsoft.Extensions.Configuration.AzureKeyVault" Version =" 3.0 .0" />
22+ <PackageReference Include =" Microsoft.Extensions.Configuration.AzureKeyVault" Version =" 3.1 .0" />
1823 </ItemGroup >
1924
2025</Project >
You can’t perform that action at this time.
0 commit comments