Adding code for completed chapter 13 solution

This commit is contained in:
Alvin Ashcraft
2023-09-16 16:30:52 -04:00
parent 5803bc2363
commit 63c23198a5
81 changed files with 3698 additions and 0 deletions
@@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\UnoMediaCollection.Wasm\UnoMediaCollection.Wasm.csproj" />
<ProjectReference Include="..\UnoMediaCollection.DataContracts\UnoMediaCollection.DataContracts.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" />
<PackageReference Include="Uno.Wasm.Bootstrap.Server" />
</ItemGroup>
</Project>