mirror of
https://github.com/farcasclaudiu/BlazorDeviceInterop.git
synced 2026-06-22 05:01:01 +03:00
20 lines
479 B
XML
20 lines
479 B
XML
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<RazorLangVersion>3.0</RazorLangVersion>
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.8" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.8" />
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
<None Include="wwwroot\leaflet-map\leaflet-map.js" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|