Skip to content

Commit

Permalink
Remove build warning for TaskScheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl committed Nov 18, 2024
1 parent bab771f commit d5ad81f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .idea/.idea.CollapseLauncher/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Hi3Helper.TaskScheduler/Hi3Helper.TaskScheduler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<ItemGroup>
<PackageReference Include="Costura.Fody" Version="5.8.0-alpha0098">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive; compile</IncludeAssets>
</PackageReference>
<PackageReference Include="Fody" Version="6.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive; compile</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
Expand Down
2 changes: 1 addition & 1 deletion Hi3Helper.TaskScheduler/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
"contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ=="
}
},
".NETFramework,Version=v4.6.2/win-x86": {
".NETFramework,Version=v4.6.2/win-x64": {
"System.Net.Http": {
"type": "Direct",
"requested": "[4.3.4, )",
Expand Down

0 comments on commit d5ad81f

Please sign in to comment.