Skip to content

Commit 65fac68

Browse files
committed
Updated the project file to use global usings
1 parent 63c56e6 commit 65fac68

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

tests/Notion.Sharp.Tests/Notion.Sharp.Tests.csproj

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<PropertyGroup>
43
<TargetFramework>net6.0</TargetFramework>
5-
64
<IsPackable>false</IsPackable>
7-
85
<UserSecretsId>02256519-807b-4124-9963-0b5353e766b0</UserSecretsId>
9-
10-
<ImplicitUsings>enable</ImplicitUsings>
6+
<ImplicitUsings>enable</ImplicitUsings>
117
</PropertyGroup>
128

9+
<ItemGroup >
10+
<Using Include="System.Text.Json" />
11+
<Using Include="Xunit" />
12+
<Using Include="FluentAssertions" />
13+
<Using Include="Notion.Model"/>
14+
</ItemGroup>
15+
1316
<ItemGroup>
1417
<DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="1.0.1" />
1518
<PackageReference Include="FluentAssertions" Version="6.1.0" />
@@ -30,8 +33,4 @@
3033
<ProjectReference Include="..\..\src\Notion.Sharp\Notion.Sharp.csproj" />
3134
</ItemGroup>
3235

33-
<ItemGroup>
34-
<Import Include="Xunit"/>
35-
</ItemGroup>
36-
3736
</Project>

0 commit comments

Comments
 (0)