-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGetBroswerTimeZone.csproj
25 lines (21 loc) · 1.07 KB
/
GetBroswerTimeZone.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable>true</IsPackable>
<LangVersion>8.0</LangVersion>
<RazorLangVersion>3.0</RazorLangVersion>
<PackageId>GetBroswerTimeZone</PackageId>
<Version>1.0.0-preview8-01</Version>
<Authors>John Bomhold</Authors>
<Title>Blazor GetBroswerTimeZone</Title>
<Description>A simple library to get the broswer time zone and display clients local time. Also includes Manual timezone shift component</Description>
<PackageProjectUrl>https://www.github.com/jbomhold3/GetBroswerTimeZone</PackageProjectUrl>
<PackageTags>blazor;Broswer;TimeZone</PackageTags>
<RepositoryUrl>https://www.github.com/jbomhold3/GetBroswerTimeZone</RepositoryUrl>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.0.0-preview8.19405.7" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.0.0-preview8.19405.7" />
</ItemGroup>
</Project>