mirror of
https://github.com/farcasclaudiu/BlazorDeviceInterop.git
synced 2026-06-22 07:01:03 +03:00
31 lines
1.3 KiB
XML
31 lines
1.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<RazorLangVersion>3.0</RazorLangVersion>
|
|
<RootNamespace>Darnton.Blazor.DeviceInterop</RootNamespace>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
<Version>0.1.0</Version>
|
|
<Authors>Bernard Darnton</Authors>
|
|
<Product>Blazor device interop library</Product>
|
|
<Description>Blazor device interop library including wrappers for Geolocation API</Description>
|
|
<Copyright>2020 Bernard Darnton</Copyright>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<RepositoryUrl>https://github.com/darnton/BlazorDeviceInterop</RepositoryUrl>
|
|
<AssemblyVersion>0.0.1.0</AssemblyVersion>
|
|
<FileVersion>0.0.1.0</FileVersion>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<DocumentationFile>C:\Users\user\source\repos\BlazorDeviceInterop\Darnton.Blazor.DeviceInterop\Darnton.Blazor.DeviceInterop.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Darnton.Units" Version="0.1.1" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.8" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.8" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|