Skip to content

Commit bc7b429

Browse files
authored
Merge pull request #133 from cloudscribe/feature/130
CI test commit
2 parents 39bf1f3 + 687789f commit bc7b429

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/NavigationDemo.Web/NavigationDemo.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
5+
<IsPackable>false</IsPackable>
66
</PropertyGroup>
77

88
<ItemGroup>

src/RazorPages.WebApp/RazorPages.WebApp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<UserSecretsId>aspnet-RazorPages.WebApp-0BEB55BD-36A5-4CAC-A1C9-81104294AB20</UserSecretsId>
66
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
7+
<IsPackable>false</IsPackable>
78
</PropertyGroup>
89

910

0 commit comments

Comments
 (0)