Skip to content

Commit d301bb3

Browse files
committed
Fix path for nuget content in extensions
1 parent edd4a6d commit d301bb3

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Extensions/Xtensive.Orm.BulkOperations/Xtensive.Orm.BulkOperations.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
1818
</PropertyGroup>
1919
<ItemGroup Label="Nuget content">
20-
<Content Include="$(ProjectDir)NuGetContent\**">
20+
<Content Include="$(ProjectDir)NugetContent\**">
2121
<PackagePath>.</PackagePath>
2222
</Content>
2323
</ItemGroup>

Extensions/Xtensive.Orm.Localization/Xtensive.Orm.Localization.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<ProjectReference Include="..\..\Orm\Xtensive.Orm\Xtensive.Orm.csproj" />
2121
</ItemGroup>
2222
<ItemGroup Label="Nuget content">
23-
<Content Include="$(ProjectDir)NuGetContent\**">
23+
<Content Include="$(ProjectDir)NugetContent\**">
2424
<PackagePath>.</PackagePath>
2525
</Content>
2626
</ItemGroup>

Extensions/Xtensive.Orm.Logging.NLog/Xtensive.Orm.Logging.NLog.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ProjectReference Include="..\..\Orm\Xtensive.Orm\Xtensive.Orm.csproj" />
2323
</ItemGroup>
2424
<ItemGroup Label="Nuget content">
25-
<Content Include="$(ProjectDir)NuGetContent\**">
25+
<Content Include="$(ProjectDir)NugetContent\**">
2626
<PackagePath>.</PackagePath>
2727
</Content>
2828
</ItemGroup>

Extensions/Xtensive.Orm.Logging.log4net/Xtensive.Orm.Logging.log4net.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ProjectReference Include="..\..\Orm\Xtensive.Orm\Xtensive.Orm.csproj" />
2323
</ItemGroup>
2424
<ItemGroup Label="Nuget content">
25-
<Content Include="$(ProjectDir)NuGetContent\**">
25+
<Content Include="$(ProjectDir)NugetContent\**">
2626
<PackagePath>.</PackagePath>
2727
</Content>
2828
</ItemGroup>

Extensions/Xtensive.Orm.Reprocessing/Xtensive.Orm.Reprocessing.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" />
2727
</ItemGroup>
2828
<ItemGroup Label="Nuget content">
29-
<Content Include="$(ProjectDir)NuGetContent\**">
29+
<Content Include="$(ProjectDir)NugetContent\**">
3030
<PackagePath>.</PackagePath>
3131
</Content>
3232
</ItemGroup>

Extensions/Xtensive.Orm.Security/Xtensive.Orm.Security.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<ProjectReference Include="..\..\Orm\Xtensive.Orm\Xtensive.Orm.csproj" />
3131
</ItemGroup>
3232
<ItemGroup Label="Nuget content">
33-
<Content Include="$(ProjectDir)NuGetContent\**">
33+
<Content Include="$(ProjectDir)NugetContent\**">
3434
<PackagePath>.</PackagePath>
3535
</Content>
3636
</ItemGroup>

Extensions/Xtensive.Orm.Tracking/Xtensive.Orm.Tracking.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<ProjectReference Include="..\..\Orm\Xtensive.Orm\Xtensive.Orm.csproj" />
2626
</ItemGroup>
2727
<ItemGroup Label="Nuget content">
28-
<Content Include="$(ProjectDir)NuGetContent\**">
28+
<Content Include="$(ProjectDir)NugetContent\**">
2929
<PackagePath>.</PackagePath>
3030
</Content>
3131
</ItemGroup>

Extensions/Xtensive.Orm.Web/Xtensive.Orm.Web.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
1717
</PropertyGroup>
1818
<ItemGroup Label="Nuget content">
19-
<Content Include="$(ProjectDir)NuGetContent\**">
19+
<Content Include="$(ProjectDir)NugetContent\**">
2020
<PackagePath>.</PackagePath>
2121
</Content>
2222
</ItemGroup>

0 commit comments

Comments
 (0)