Skip to content

Commit a639035

Browse files
authored
Code Quality: Improved the way packages are managed in the codebase (#16432)
1 parent 76ded06 commit a639035

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

nuget.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
5-
<add key="Local Packages" value="src/Files.App/nupkgs/" />
4+
<add key="Project Packages" value="src/Files.App/Assets/Libraries/" />
65
</packageSources>
76
</configuration>

src/Files.App/Files.App.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
</ItemGroup>
9696

9797
<ItemGroup>
98-
<CsWinRTInputs Include="nupkgs\Microsoft.UI.winmd" />
98+
<CsWinRTInputs Include="Assets\Libraries\Microsoft.UI.winmd" />
9999
<CsWinRTInputs Include="..\Files.App.Server\bin\$(Platform)\$(Configuration)\$(TargetFramework)\win-$(Platform)\Files.App.Server.winmd" />
100100
<None Include="..\Files.App.Server\bin\$(Platform)\$(Configuration)\$(TargetFramework)\win-$(Platform)\Files.App.Server.winmd">
101101
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

0 commit comments

Comments
 (0)