Skip to content

Commit

Permalink
Upgraded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nheath99 committed Oct 4, 2018
1 parent 74c13e1 commit 76df1fb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Blazor.Browser" Version="0.5.1" />
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.5.1" />
<PackageReference Include="BlazorStrap" Version="0.6.0" />
<PackageReference Include="Microsoft.AspNetCore.Blazor.Browser" Version="0.6.0" />
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/BlazorNodaTimeDateTimePicker.Demo/_ViewImports.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
@using Microsoft.JSInterop
@using BlazorNodaTimeDateTimePicker.Demo
@using BlazorNodaTimeDateTimePicker.Demo.Shared
@addTagHelper *, BlazorNodaTimeDateTimePicker
@addTagHelper *, BlazorNodaTimeDateTimePicker
@addTagHelper *, BlazorStrap
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
<IsPackable>true</IsPackable>
<BlazorLinkOnBuild>false</BlazorLinkOnBuild>
<LangVersion>7.3</LangVersion>
<PackageId>BlazorNodaTimeDateTimePicker</PackageId>
<Version>0.0.2</Version>
<Authors>Nick Heath</Authors>
<Title>Blazor NodaTime Date Time Picker</Title>
<PackageProjectUrl>https://github.com/nheath99/BlazorNodaTimeDateTimePicker</PackageProjectUrl>
<PackageTags>blazor;nodatime;datepicker;datepicker;timepicker</PackageTags>
<RepositoryUrl>https://github.com/nheath99/BlazorNodaTimeDateTimePicker</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand All @@ -24,8 +31,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Blazor.Browser" Version="0.5.1" />
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.5.1" />
<PackageReference Include="Microsoft.AspNetCore.Blazor.Browser" Version="0.6.0" />
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.6.0" />
<PackageReference Include="NodaTime" Version="2.4.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
Expand All @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0-preview-20180816-01" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0-preview-20180924-03" />
<PackageReference Include="NodaTime" Version="2.4.0" />
<PackageReference Include="xunit" Version="2.4.1-pre.build.4059" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1-pre.build.4059">
Expand Down

0 comments on commit 76df1fb

Please sign in to comment.