Ça a l'air que DotNet Aspire c'est ben sweet.
This commit is contained in:
19
BlazorCanvas/BlazorCanvas.Server/BlazorCanvas.Server.csproj
Normal file
19
BlazorCanvas/BlazorCanvas.Server/BlazorCanvas.Server.csproj
Normal file
@@ -0,0 +1,19 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Foundry.Extensions.Canvas" Version="1.1.6" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\BlazorCanvas.ServiceDefaults\BlazorCanvas.ServiceDefaults.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
</Project>
|
Reference in New Issue
Block a user