File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net5.0 </TargetFramework >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
66 <PackageOutputPath >..\artifacts</PackageOutputPath >
77 <PackageId >ElectronNET.API</PackageId >
@@ -36,12 +36,12 @@ This package contains the API to access the "native" electron API.</Description>
3636 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
3737</ItemGroup >
3838 <ItemGroup >
39- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-19367-01 " >
39+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" >
4040 <PrivateAssets >all</PrivateAssets >
4141 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
4242 </PackageReference >
4343 <PackageReference Include =" SocketIoClientDotNet" Version =" 1.0.5" />
44- <PackageReference Include =" System.Drawing.Common" Version =" 4.7 .0" />
44+ <PackageReference Include =" System.Drawing.Common" Version =" 5.0 .0" />
4545 </ItemGroup >
4646
4747</Project >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55
6- <TargetFramework >netcoreapp3.1 </TargetFramework >
6+ <TargetFramework >net5.0 </TargetFramework >
77 <AssemblyName >dotnet-electronize</AssemblyName >
88 <ToolCommandName >electronize</ToolCommandName >
99
7777 </ItemGroup >
7878
7979 <ItemGroup >
80- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-19367-01 " >
80+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" >
8181 <PrivateAssets >all</PrivateAssets >
8282 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
8383 </PackageReference >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.1 </TargetFramework >
3+ <TargetFramework >net5.0 </TargetFramework >
44 <AspNetCoreHostingModel >OutOfProcess</AspNetCoreHostingModel >
55 <AspNetCoreModuleName >AspNetCoreModule</AspNetCoreModuleName >
66 <RuntimeIdentifiers >win-x64</RuntimeIdentifiers >
7- <TypeScriptToolsVersion >3.8 </TypeScriptToolsVersion >
7+ <TypeScriptToolsVersion >4.0 </TypeScriptToolsVersion >
88 </PropertyGroup >
99 <ItemGroup >
1010 <Compile Remove =" Controllers\ManageWindowsController.cs" />
1616 <Folder Include =" wwwroot\assets\" />
1717 </ItemGroup >
1818 <ItemGroup >
19- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 3 .0.0" />
19+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 5 .0.0" />
2020 </ItemGroup >
2121 <ItemGroup >
2222 <ProjectReference Include =" ..\ElectronNET.API\ElectronNET.API.csproj" />
You can’t perform that action at this time.
0 commit comments