Skip to content

Commit 37995c4

Browse files
committed
some fixes
1 parent 6510378 commit 37995c4

File tree

5 files changed

+2
-8
lines changed

5 files changed

+2
-8
lines changed

build-packages.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
$output = "./nupkgs"
22

33
$version = "0.0.1"
4-
if ($null -ne $env:NugetVersion){
5-
$version = $env:NugetVersion
4+
if ($null -ne $Env:NugetVersion){
5+
$version = $Env:NugetVersion
66
}
77

88
$publishConfig = "./nuget/publish-config.json"

src/GenOne.Blazor.BottomSheet/src/GenOne.Blazor.BottomSheet.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
2-
<Import Project="../../Directory.Build.props" />
3-
42
<PropertyGroup>
53
<TargetFramework>net8.0</TargetFramework>
64
<Nullable>enable</Nullable>

src/GenOne.Blazor.Map/src/GenOne.Blazor.Map.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
2-
<Import Project="../../Directory.Build.props" />
3-
42
<PropertyGroup>
53
<TargetFramework>net8.0</TargetFramework>
64
<Nullable>enable</Nullable>

src/GenOne.Geolocation/src/GenOne.Geolocation.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<Import Project="../../Directory.Build.props" />
32
<PropertyGroup>
43
<TargetFramework>net8.0</TargetFramework>
54
<ImplicitUsings>enable</ImplicitUsings>

src/GenOne.JsInterop/src/GenOne.JsInterop.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<Import Project="../../Directory.Build.props" />
32
<PropertyGroup>
43
<TargetFramework>net8.0</TargetFramework>
54
<ImplicitUsings>enable</ImplicitUsings>

0 commit comments

Comments
 (0)