Skip to content

Commit 6464f02

Browse files
authored
fix: Adjust nuget override location
1 parent c3a5b3f commit 6464f02

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/Uno.Foundation.Logging/Uno.Foundation.Logging.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<Description>This package provides internal logging utilities for Uno.UI and Uno.WinUI packages</Description>
2121

2222
<UseCommonOverridePackage>true</UseCommonOverridePackage>
23-
<CommonOverridePackageId>Uno.UI</CommonOverridePackageId>
23+
<CommonOverridePackageId>Uno.Foundation.Logging</CommonOverridePackageId>
2424
</PropertyGroup>
2525

2626
<ItemGroup>

src/Uno.Foundation/Uno.Foundation.Reference.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<UnoRuntimeIdentifier>Reference</UnoRuntimeIdentifier>
1818

1919
<UseCommonOverridePackage>true</UseCommonOverridePackage>
20-
<CommonOverridePackageId>Uno.UI</CommonOverridePackageId>
20+
<CommonOverridePackageId>Uno.Foundation</CommonOverridePackageId>
2121
<IsAotCompatible>true</IsAotCompatible>
2222
</PropertyGroup>
2323

src/Uno.Foundation/Uno.Foundation.Skia.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PlatformItemsBasePath>.\</PlatformItemsBasePath>
1717

1818
<UseCommonOverridePackage>true</UseCommonOverridePackage>
19-
<CommonOverridePackageId>Uno.UI</CommonOverridePackageId>
19+
<CommonOverridePackageId>Uno.Foundation</CommonOverridePackageId>
2020
<IsAotCompatible>true</IsAotCompatible>
2121
</PropertyGroup>
2222

src/Uno.Foundation/Uno.Foundation.Wasm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PlatformItemsBasePath>.\</PlatformItemsBasePath>
1717

1818
<UseCommonOverridePackage>true</UseCommonOverridePackage>
19-
<CommonOverridePackageId>Uno.UI</CommonOverridePackageId>
19+
<CommonOverridePackageId>Uno.Foundation</CommonOverridePackageId>
2020
<IsAotCompatible>true</IsAotCompatible>
2121
</PropertyGroup>
2222

src/Uno.Foundation/Uno.Foundation.netcoremobile.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Deterministic>true</Deterministic>
1616

1717
<UseCommonOverridePackage>true</UseCommonOverridePackage>
18-
<CommonOverridePackageId>Uno.UI</CommonOverridePackageId>
18+
<CommonOverridePackageId>Uno.Foundation</CommonOverridePackageId>
1919
<IsAotCompatible>true</IsAotCompatible>
2020
</PropertyGroup>
2121

0 commit comments

Comments
 (0)