706b788177
* add package management and build * add GA workflows * add build files * change build permissions * add MinVer and GitHub source link * get packing right
18 lines
583 B
XML
18 lines
583 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net48</TargetFramework>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<Import Project="..\..\Speckle.Revit.Api\Speckle.Revit.Api.projitems" Label="Shared" />
|
|
<ItemGroup>
|
|
<PackageReference Include="Speckle.ProxyGenerator" />
|
|
<PackageReference Include="Speckle.Revit.API" />
|
|
<PackageReference Include="Mapster" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Speckle.Revit2024.Interfaces\Speckle.Revit2024.Interfaces.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|