Quantcast
Channel: All Revit API Forum posts
Viewing all articles
Browse latest Browse all 67020

Re: Can't find usings when upgrading to .NET8

$
0
0

Net 8 does not have System.Drawing.dll  in the base configuration, add the Nuget package. Condition will help to avoid double-referencing net 4.8

 

<ItemGroup><PackageReference Include="System.Drawing.Common" Version="8.*" Condition="$(DefineConstants.Contains('NETCOREAPP'))"/></ItemGroup>

 


Viewing all articles
Browse latest Browse all 67020

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>