Skip to content

Commit

Permalink
Merge pull request #8 from danroth27/master
Browse files Browse the repository at this point in the history
Update to rc1
  • Loading branch information
stimms authored Sep 23, 2019
2 parents 4972997 + f4e3b72 commit 9a7ab1b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
6 changes: 3 additions & 3 deletions AspNetMonsters.Blazor.Geolocation.sln
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.1
# Visual Studio Version 16
VisualStudioVersion = 16.0.29311.281
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetMonsters.Blazor.Geolocation", "AspNetMonsters.Blazor.Geolocation\AspNetMonsters.Blazor.Geolocation.csproj", "{E0DEC7CC-B1B4-4249-BD4A-6C45563FAD43}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetMonsters.Blazor.Geolocation", "AspNetMonsters.Blazor.Geolocation\AspNetMonsters.Blazor.Geolocation.csproj", "{E0DEC7CC-B1B4-4249-BD4A-6C45563FAD43}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RazorLangVersion>3.0</RazorLangVersion>

<PackageProjectUrl>https://github.com/AspNetMonsters/Blazor.Geolocation</PackageProjectUrl>
<PackageLicense>https://github.com/AspNetMonsters/Blazor.Geolocation/blob/master/LICENSE</PackageLicense>
<Copyright>Simon Timms, David Paquette, James Chambers</Copyright>
Expand All @@ -11,23 +13,26 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyName>AspNetMonsters.Blazor.Geolocation</AssemblyName>
<RootNamespace>AspNetMonsters.Blazor.Geolocation</RootNamespace>
<Version>0.4.0.1018-PRE</Version>
<Version>0.5.0-preview1</Version>

<DefaultItemExcludes>${DefaultItemExcludes};node_modules\**</DefaultItemExcludes>
</PropertyGroup>

<ItemGroup>
<!-- .js/.css files will be referenced via <script>/<link> tags; other content files will just be included in the app's 'dist' directory without any tags referencing them -->
<EmbeddedResource Include="content\**\*.js" LogicalName="blazor:js:%(RecursiveDir)%(Filename)%(Extension)" />
<Content Remove="package-lock.json" />
<Content Remove="package.json" />
<Content Remove="tsconfig.json" />
</ItemGroup>

<ItemGroup>
<None Remove="npm-debug.log" />
<None Include="package-lock.json" />
<None Include="package.json" />
<None Include="tsconfig.json" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Blazor" Version="0.9.0-preview3-19154-02" />
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.9.0-preview3-19154-02" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.0.0-rc1.19457.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.0.0-rc1.19457.4" />
</ItemGroup>

</Project>

0 comments on commit 9a7ab1b

Please sign in to comment.