Skip to content

Commit

Permalink
.net core preview 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael J. Currie committed Sep 5, 2019
1 parent 9296c0e commit cb070b6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<RazorLangVersion>3.0</RazorLangVersion>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<Version>0.3.0</Version>
<Version>0.4.0</Version>
<Authors>Michael J. Currie</Authors>
<Company>Currie Technologies</Company>
<Product>Razor.PageVisibility</Product>
Expand All @@ -20,7 +20,7 @@
<RepositoryType>git</RepositoryType>
<PackageTags>Blazor Razor Page Visibility PageVisibility Server</PackageTags>
<PackageReleaseNotes>
Update to .NET Core 3.0 Preview 8
Update to .NET Core 3.0 Preview 9
</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
Expand All @@ -33,8 +33,8 @@
</ItemGroup>

<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" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.0.0-preview9.19424.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.0.0-preview9.19424.4" />
</ItemGroup>

<ItemGroup>
Expand Down
32 changes: 16 additions & 16 deletions CurrieTechnologies.Razor.PageVisibility/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions CurrieTechnologies.Razor.PageVisibility/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "currietechnologies-razorpagevisibility",
"version": "0.3.0",
"version": "0.4.0",
"description": "A Razor class library for interacting with the browser visibility API",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"tslint": "^5.18.0",
"typescript": "^3.5.3"
"tslint": "^5.19.0",
"typescript": "^3.6.2"
},
"author": "Michael J. Currie"
}

0 comments on commit cb070b6

Please sign in to comment.