File tree Expand file tree Collapse file tree
GrasshopperAsyncComponent Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup Label =" Compiler Properties" >
3- <TargetFramework > net48</TargetFramework >
3+ <TargetFrameworks >net462; net48</TargetFrameworks >
44 <RootNamespace >GrasshopperAsyncComponent</RootNamespace >
55 <AssemblyName >GrasshopperAsyncComponent</AssemblyName >
66 </PropertyGroup >
2020 </PropertyGroup >
2121
2222 <ItemGroup Label =" Package References" >
23- <PackageReference Include =" Grasshopper" Version =" 7.4.21078.1001" IncludeAssets =" compile;build" PrivateAssets =" all" />
2423 <PackageReference Include =" PolySharp" Version =" 1.14.1" />
2524 </ItemGroup >
2625
26+ <ItemGroup Condition =" '$(TargetFramework)' == 'net462'" >
27+ <PackageReference Include =" Grasshopper" Version =" 6.28.20199.17141" IncludeAssets =" compile;build" PrivateAssets =" all" />
28+ </ItemGroup >
29+
30+ <ItemGroup Condition =" '$(TargetFramework)' == 'net48'" >
31+ <PackageReference Include =" Grasshopper" Version =" 7.4.21078.1001" IncludeAssets =" compile;build" PrivateAssets =" all" />
32+ </ItemGroup >
33+
34+
2735 <ItemGroup >
2836 <Reference Include =" System.Windows.Forms" />
2937 </ItemGroup >
You can’t perform that action at this time.
0 commit comments