Skip to content

Commit abda1e1

Browse files
committed
csproj changed
1 parent 7aeca9e commit abda1e1

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed
Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
53
<TargetFramework>net9.0</TargetFramework>
4+
<PackageId>StarAcademy.CodeStar1404.Team02.FullTextSearch</PackageId>
5+
<Authors>[TeamMembers]</Authors>
6+
<Company>Star Academy</Company>
67
<ImplicitUsings>enable</ImplicitUsings>
78
<Nullable>enable</Nullable>
89
</PropertyGroup>
9-
1010
</Project>
11+
12+
<!--</Project>-->
13+
<!--<Project Sdk="Microsoft.NET.Sdk">-->
14+
15+
<!-- <PropertyGroup>-->
16+
<!-- <OutputType>Exe</OutputType>-->
17+
<!-- <TargetFramework>net9.0</TargetFramework>-->
18+
<!-- <ImplicitUsings>enable</ImplicitUsings>-->
19+
<!-- <Nullable>enable</Nullable>-->
20+
<!-- </PropertyGroup>-->
21+
22+
<!--</Project>-->

0 commit comments

Comments
 (0)