File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 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" />
3033 <ProjectReference Include =" ..\..\src\Notion.Sharp\Notion.Sharp.csproj" />
3134 </ItemGroup >
3235
33- <ItemGroup >
34- <Import Include =" Xunit" />
35- </ItemGroup >
36-
3736</Project >
You can’t perform that action at this time.
0 commit comments