2026-05-29 01:29:36 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.WebAssembly">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net10.0-browser</TargetFramework>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<Nullable>enable</Nullable>
|
2026-08-18 17:20:59 +01:00
|
|
|
<AssemblyVersion>1.1.0.0</AssemblyVersion>
|
|
|
|
|
<FileVersion>1.1.0.0</FileVersion>
|
2026-08-18 19:18:36 +01:00
|
|
|
<InformationalVersion>1.1.0-beta.1+1.Branch.release-1.0.8-rc1.Sha.1167169aa89e1bf25290e9a152d27b357a500ab3</InformationalVersion>
|
2026-08-18 17:20:59 +01:00
|
|
|
<Version>1.1.0-beta.1</Version>
|
2026-05-29 01:29:36 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Avalonia.Browser" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\PostIt\PostIt.csproj" />
|
|
|
|
|
</ItemGroup>
|
2026-06-28 14:11:26 +01:00
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="GitVersion.MsBuild" />
|
|
|
|
|
</ItemGroup>
|
2026-05-29 01:29:36 +01:00
|
|
|
</Project>
|