Skip to content

Commit

Permalink
Merge pull request #180 from microsoft/dev/jestedfa/package-references
Browse files Browse the repository at this point in the history
Replace packages.config with PackageReferences
  • Loading branch information
jstedfast authored Aug 27, 2024
2 parents 43b82fc + 4a5cacf commit 1fea6ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@
<DefineConstants>$(DefineConstants);SurfaceIsolation</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.DesignTools.Extensibility, Version=16.10.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.DesignTools.Extensibility.16.10.31320.204\lib\net45\Microsoft.VisualStudio.DesignTools.Extensibility.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.DesignTools.Interaction, Version=16.10.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.DesignTools.Extensibility.16.10.31320.204\lib\net45\Microsoft.VisualStudio.DesignTools.Interaction.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xaml" />
Expand All @@ -60,6 +54,13 @@
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.DesignTools.Extensibility" Version="16.10.31320.204" />
<PackageReference Include="Microsoft.VisualStudioEng.MicroBuild.Core" Version="0.4.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Compile Include="MetadataTableProvider.cs" />
<Compile Include="MetadataTableProvider.SurfaceIsolation.cs" />
Expand Down
5 changes: 0 additions & 5 deletions src/Microsoft.Xaml.Behaviors.DesignTools/packages.config

This file was deleted.

0 comments on commit 1fea6ce

Please sign in to comment.