Skip to content

Commit b847a97

Browse files
committed
Fix path to nuget content for extensions
1 parent d3f1051 commit b847a97

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
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>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<ProjectReference Include="..\..\Orm\Xtensive.Orm\Xtensive.Orm.csproj" />
2020
</ItemGroup>
2121
<ItemGroup Label="Nuget content">
22-
<Content Include="$(ProjectDir)NuGetContent\**">
22+
<Content Include="$(ProjectDir)NugetContent\**">
2323
<PackagePath>.</PackagePath>
2424
</Content>
2525
</ItemGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<ProjectReference Include="..\..\Orm\Xtensive.Orm\Xtensive.Orm.csproj" />
2222
</ItemGroup>
2323
<ItemGroup Label="Nuget content">
24-
<Content Include="$(ProjectDir)NuGetContent\**">
24+
<Content Include="$(ProjectDir)NugetContent\**">
2525
<PackagePath>.</PackagePath>
2626
</Content>
2727
</ItemGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<ProjectReference Include="..\..\Orm\Xtensive.Orm\Xtensive.Orm.csproj" />
2222
</ItemGroup>
2323
<ItemGroup Label="Nuget content">
24-
<Content Include="$(ProjectDir)NuGetContent\**">
24+
<Content Include="$(ProjectDir)NugetContent\**">
2525
<PackagePath>.</PackagePath>
2626
</Content>
2727
</ItemGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0" />
1919
</ItemGroup>
2020
<ItemGroup Label="Nuget content">
21-
<Content Include="$(ProjectDir)NuGetContent\**">
21+
<Content Include="$(ProjectDir)NugetContent\**">
2222
<PackagePath>.</PackagePath>
2323
</Content>
2424
</ItemGroup>

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

Lines changed: 1 addition & 1 deletion
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.Tracking/Xtensive.Orm.Tracking.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<ProjectReference Include="..\..\Orm\Xtensive.Orm\Xtensive.Orm.csproj" />
2222
</ItemGroup>
2323
<ItemGroup Label="Nuget content">
24-
<Content Include="$(ProjectDir)NuGetContent\**">
24+
<Content Include="$(ProjectDir)NugetContent\**">
2525
<PackagePath>.</PackagePath>
2626
</Content>
2727
</ItemGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
1616
</PropertyGroup>
1717
<ItemGroup Label="Nuget content">
18-
<Content Include="$(ProjectDir)NuGetContent\**">
18+
<Content Include="$(ProjectDir)NugetContent\**">
1919
<PackagePath>.</PackagePath>
2020
</Content>
2121
</ItemGroup>

0 commit comments

Comments
 (0)