Skip to content

Commit

Permalink
Revert "Use centralized build props"
Browse files Browse the repository at this point in the history
This reverts commit a0f6358.
  • Loading branch information
codemonkey85 committed Nov 2, 2023
1 parent a0f6358 commit 1a1e346
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
8 changes: 0 additions & 8 deletions Directory.Build.props

This file was deleted.

4 changes: 4 additions & 0 deletions Pkmds.Blazor/Pkmds.Blazor.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>preview</LangVersion>
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
</PropertyGroup>

Expand Down
7 changes: 7 additions & 0 deletions Pkmds.Rcl/Pkmds.Rcl.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>preview</LangVersion>
</PropertyGroup>

<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion Pkmds.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{42249927-F096-41EE-9C58-D781063C293B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
global.json = global.json
EndProjectSection
EndProject
Expand Down

0 comments on commit 1a1e346

Please sign in to comment.