File tree Expand file tree Collapse file tree 3 files changed +40
-22
lines changed Expand file tree Collapse file tree 3 files changed +40
-22
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <ItemGroup >
4
- <PackageReference Include =" TUnit" />
5
- </ItemGroup >
3
+ <PropertyGroup >
4
+ <AssemblyName >CookieCrumble.TUnit</AssemblyName >
5
+ <RootNamespace >CookieCrumble.TUnit</RootNamespace >
6
+ <IsPackable >true</IsPackable >
7
+ </PropertyGroup >
6
8
7
- <ItemGroup >
8
- <ProjectReference Include =" ../CookieCrumble/CookieCrumble.csproj" />
9
- <ProjectReference Include =" ../CookieCrumble.Analyzers/CookieCrumble.Analyzers.csproj" PrivateAssets =" All" ExcludeAssets =" compile;runtime" />
10
- </ItemGroup >
9
+ <ItemGroup >
10
+ <PackageReference Include =" TUnit" />
11
+ </ItemGroup >
11
12
12
- <ItemGroup >
13
- <!-- Package the generator in the analyzer directory of the nuget package -->
14
- <None Include =" $(OutputPath)\net9.0\CookieCrumble.Analyzers.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
15
- </ItemGroup >
13
+ <ItemGroup >
14
+ <ProjectReference Include =" ../CookieCrumble/CookieCrumble.csproj" />
15
+ <ProjectReference Include =" ../CookieCrumble.Analyzers/CookieCrumble.Analyzers.csproj" PrivateAssets =" All" ExcludeAssets =" compile;runtime" />
16
+ </ItemGroup >
17
+
18
+ <ItemGroup >
19
+ <!-- Package the generator in the analyzer directory of the nuget package -->
20
+ <None Include =" $(OutputPath)\net9.0\CookieCrumble.Analyzers.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
21
+ </ItemGroup >
16
22
17
23
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <ItemGroup >
4
- <PackageReference Include =" Xunit" />
5
- </ItemGroup >
3
+ <PropertyGroup >
4
+ <AssemblyName >CookieCrumble.Xunit</AssemblyName >
5
+ <RootNamespace >CookieCrumble.Xunit</RootNamespace >
6
+ <IsPackable >true</IsPackable >
7
+ </PropertyGroup >
6
8
7
- <ItemGroup >
8
- <ProjectReference Include =" ../CookieCrumble/CookieCrumble.csproj" />
9
- <ProjectReference Include =" ../CookieCrumble.Analyzers/CookieCrumble.Analyzers.csproj" PrivateAssets =" All" ExcludeAssets =" compile;runtime" />
10
- </ItemGroup >
9
+ <ItemGroup >
10
+ <PackageReference Include =" Xunit" />
11
+ </ItemGroup >
11
12
12
- <ItemGroup >
13
- <!-- Package the generator in the analyzer directory of the nuget package -->
14
- <None Include =" $(OutputPath)\net9.0\CookieCrumble.Analyzers.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
15
- </ItemGroup >
13
+ <ItemGroup >
14
+ <ProjectReference Include =" ../CookieCrumble/CookieCrumble.csproj" />
15
+ <ProjectReference Include =" ../CookieCrumble.Analyzers/CookieCrumble.Analyzers.csproj" PrivateAssets =" All" ExcludeAssets =" compile;runtime" />
16
+ </ItemGroup >
17
+
18
+ <ItemGroup >
19
+ <!-- Package the generator in the analyzer directory of the nuget package -->
20
+ <None Include =" $(OutputPath)\net9.0\CookieCrumble.Analyzers.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
21
+ </ItemGroup >
16
22
17
23
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
+ <PropertyGroup >
4
+ <AssemblyName >CookieCrumble.Xunit3</AssemblyName >
5
+ <RootNamespace >CookieCrumble.Xunit3</RootNamespace >
6
+ <IsPackable >true</IsPackable >
7
+ </PropertyGroup >
8
+
3
9
<ItemGroup >
4
10
<PackageReference Include =" xunit.v3" />
5
11
</ItemGroup >
You can’t perform that action at this time.
0 commit comments