Skip to content

Commit 54ea7d1

Browse files
Add reference for WinUI3Localizer project instead of NuGet package
1 parent 0319839 commit 54ea7d1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

WinUI3Localizer.SampleApp/WinUI3Localizer.SampleApp.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
@@ -55,10 +55,13 @@
5555
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0" />
5656
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
5757
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
58-
<PackageReference Include="WinUI3Localizer" Version="1.0.0" />
5958
<Manifest Include="$(ApplicationManifest)" />
6059
</ItemGroup>
6160

61+
<ItemGroup>
62+
<ProjectReference Include="..\WinUI3Localizer\WinUI3Localizer.csproj" />
63+
</ItemGroup>
64+
6265
<!-- Defining the "Msix" ProjectCapability here allows the Single-project MSIX Packaging Tools extension
6366
to be activated for this project even if the Windows App SDK Nuget package has not yet been restored -->
6467
<ItemGroup Condition="'$(DisableMsixProjectCapabilityAddedByProject)'!='true' and '$(EnablePreviewMsixTooling)'=='true'">
@@ -121,4 +124,4 @@
121124
</Page>
122125
</ItemGroup>
123126

124-
</Project>
127+
</Project>

0 commit comments

Comments
 (0)