Skip to content

Commit 8888602

Browse files
committed
Remove unused package reference and add solution-level properties
1 parent a31ea39 commit 8888602

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

AStar.Web.slnx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<Solution>
2-
<Folder Name="/Solution Items/"/>
2+
<Folder Name="/Solution Items/">
3+
<File Path="Directory.Build.props"/>
4+
</Folder>
35
<Folder Name="/Solution Items/.github/">
46
<File Path=".github\codeql.yml"/>
57
<File Path=".github\copilot-instructions.md"/>

src/uis/AStar.Dev.Web/AStar.Dev.Web.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net10.0</TargetFramework>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
74
<Deterministic>true</Deterministic>
85
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
96
<UserSecretsId>d7e61e34-084f-4c2b-9be8-5925170dc3b7</UserSecretsId>
@@ -28,7 +25,6 @@
2825
<PackageReference Include="Testably.Abstractions.FileSystem.Interface" Version="10.0.0"/>
2926
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="10.0.0"/>
3027
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="1.2.0"/>
31-
<PackageReference Include="AStar.Dev.Source.Generators" Version="0.2.6-alpha"/>
3228
</ItemGroup>
3329

3430
<ItemGroup>

0 commit comments

Comments
 (0)