Skip to content

Commit f1eaffb

Browse files
committed
update github sourcelink and framework reference
1 parent 5cd11a8 commit f1eaffb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ElectronNET.API/ElectronNET.API.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

ElectronNET.CLI/ElectronNET.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)