Skip to content

Commit f4233d2

Browse files
committed
Fixed CookieCrumble Build
1 parent 866f316 commit f4233d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/CookieCrumble/src/CookieCrumble.TUnit/CookieCrumble.TUnit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<!-- 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" />
14+
<None Include="$(OutputPath)\net9.0\CookieCrumble.Analyzers.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
1515
</ItemGroup>
1616

1717
</Project>

src/CookieCrumble/src/CookieCrumble.Xunit/CookieCrumble.Xunit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<!-- 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" />
14+
<None Include="$(OutputPath)\net9.0\CookieCrumble.Analyzers.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
1515
</ItemGroup>
1616

1717
</Project>

src/CookieCrumble/src/CookieCrumble.Xunit3/CookieCrumble.Xunit3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<!-- 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" />
14+
<None Include="$(OutputPath)\net9.0\CookieCrumble.Analyzers.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)