Skip to content

Commit

Permalink
Removed dependency on Compatibility assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf-K committed Jun 27, 2023
1 parent 24c3224 commit 28471e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Content/ArcGISOnlineConnect/ArcGISOnlineConnect.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
<Content Include="DarkImages\GenericButtonPurple32.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Editing/MultipatchBuilder/MultipatchBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<None Include="Textures\Roof.jpg" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.0" />
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
</ItemGroup>
<Import Project="C:\Program Files\ArcGIS\Pro\bin\Esri.ProApp.SDK.Desktop.targets" Condition="Exists('C:\Program Files\ArcGIS\Pro\bin\Esri.ProApp.SDK.Desktop.targets') AND !Exists('Esri.ArcGISPro.Extensions.targets')" />
</Project>
2 changes: 1 addition & 1 deletion Framework/RemoveAddins/RemoveAddins.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<None Include="RemoveAddins (C#).md" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.0" />
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
</ItemGroup>
<Import Project="C:\Program Files\ArcGIS\Pro\bin\Esri.ProApp.SDK.Desktop.targets" Condition="Exists('C:\Program Files\ArcGIS\Pro\bin\Esri.ProApp.SDK.Desktop.targets') AND !Exists('Esri.ArcGISPro.Extensions.targets')" />
</Project>

0 comments on commit 28471e6

Please sign in to comment.