Skip to content

Commit

Permalink
update tests and add Revit 2022 project
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Jul 18, 2024
1 parent 6f74f76 commit 5cd5ab6
Show file tree
Hide file tree
Showing 7 changed files with 585 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<Configurations>Debug;Release;Local</Configurations>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="altcover" />
<PackageReference Include="FluentAssertions" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Moq" />
<PackageReference Include="NUnit" />
<PackageReference Include="NUnit.Analyzers" />
<PackageReference Include="NUnit3TestAdapter" />
</ItemGroup>
<Import Project="..\Speckle.Converters.RevitShared\Speckle.Converters.RevitShared.projitems" Label="Shared" />
<Import Project="..\Speckle.Converters.RevitShared.Tests\Speckle.Converters.RevitShared.Tests.projitems" Label="Shared" />


<ItemGroup>
<ProjectReference Include="..\..\..\Sdk\Speckle.Converters.Common\Speckle.Converters.Common.csproj" />
<ProjectReference Include="..\..\..\Sdk\Speckle.Testing\Speckle.Testing.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Speckle.Revit2022.Fakes" VersionOverride="[0.3.0, 1.0.0)" />
</ItemGroup>
</Project>
Loading

0 comments on commit 5cd5ab6

Please sign in to comment.