* Directory.Packages.props should mandate used versions * Add NuGet audit mode setting to show any problems during restore * System.Text.Json should be 8.0.4 which is patched against security vulnerabilities * Fix build GH Actions generation Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
17 lines
637 B
XML
17 lines
637 B
XML
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Elsa.Studio" />
|
|
<PackageReference Include="Elsa.Studio.Core.BlazorWasm" />
|
|
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" PrivateAssets="all" />
|
|
<PackageReference Include="Microsoft.Extensions.Http" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|