File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ This package contains the API to access the "native" electron API.</Description>
3535 </PropertyGroup >
3636
3737 <ItemGroup >
38- <None Include =" PackageIcon.png" Pack =" true" PackagePath =" \" />
38+ <None Include =" PackageIcon.png" Pack =" true" PackagePath =" \" />
3939 </ItemGroup >
4040
4141 <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" Condition =" '$(OS)' == 'Windows_NT'" >
@@ -45,8 +45,10 @@ This package contains the API to access the "native" electron API.</Description>
4545 <Exec Command =" $(ProjectDir)devCleanup.sh" IgnoreExitCode =" true" />
4646 </Target >
4747 <ItemGroup >
48- <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 2.2.0" />
49- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-18618-05" >
48+ <FrameworkReference Include =" Microsoft.AspNetCore.App" />
49+ </ItemGroup >
50+ <ItemGroup >
51+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-19367-01" >
5052 <PrivateAssets >all</PrivateAssets >
5153 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
5254 </PackageReference >
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ This package contains the dotnet tooling to electronize your application.</Descr
101101 </ItemGroup >
102102
103103 <ItemGroup >
104- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-18618-05 " >
104+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-19367-01 " >
105105 <PrivateAssets >all</PrivateAssets >
106106 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
107107 </PackageReference >
You can’t perform that action at this time.
0 commit comments