Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate fakes #24

Merged
merged 22 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions Build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Bullseye" />
<PackageReference Include="Glob" />
<PackageReference Include="SimpleExec" />
<PackageReference Include="Bullseye" Version="5.0.0"/>
<PackageReference Include="Glob" Version="1.1.9"/>
<PackageReference Include="SimpleExec" Version="12.0.0"/>
</ItemGroup>
</Project>
8 changes: 1 addition & 7 deletions Build/packages.lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 2,
"version": 1,
"dependencies": {
"net8.0": {
"Bullseye": {
Expand All @@ -14,12 +14,6 @@
"resolved": "1.1.9",
"contentHash": "AfK5+ECWYTP7G3AAdnU8IfVj+QpGjrh9GC2mpdcJzCvtQ4pnerAGwHsxJ9D4/RnhDUz2DSzd951O/lQjQby2Sw=="
},
"PolySharp": {
"type": "Direct",
"requested": "[1.14.1, )",
"resolved": "1.14.1",
"contentHash": "mOOmFYwad3MIOL14VCjj02LljyF1GNw1wP0YVlxtcPvqdxjGGMNdNJJxHptlry3MOd8b40Flm8RPOM8JOlN2sQ=="
},
"SimpleExec": {
"type": "Direct",
"requested": "[12.0.0, )",
Expand Down
8 changes: 2 additions & 6 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RunAnalyzersDuringLiveAnalysis>False</RunAnalyzersDuringLiveAnalysis>
<RunAnalyzersDuringBuild>False</RunAnalyzersDuringBuild>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>

<PropertyGroup>
<MinVerDefaultPreReleaseIdentifiers>preview.0</MinVerDefaultPreReleaseIdentifiers>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="PolySharp" PrivateAssets="All"/>
</ItemGroup>
<MinVerDefaultPreReleaseIdentifiers>preview</MinVerDefaultPreReleaseIdentifiers>
</PropertyGroup>
</Project>
19 changes: 0 additions & 19 deletions Directory.Packages.props

This file was deleted.

6 changes: 0 additions & 6 deletions Revit/Revit2023/Directory.Packages.props

This file was deleted.

19 changes: 0 additions & 19 deletions Revit/Revit2023/Speckle.Revit2023.Api/Speckle.Revit2023.Api.csproj

This file was deleted.

80 changes: 0 additions & 80 deletions Revit/Revit2023/Speckle.Revit2023.Api/packages.lock.json

This file was deleted.

This file was deleted.

53 changes: 0 additions & 53 deletions Revit/Revit2023/Speckle.Revit2023.Interfaces/packages.lock.json

This file was deleted.

6 changes: 0 additions & 6 deletions Revit/Revit2024/Directory.Packages.props

This file was deleted.

19 changes: 0 additions & 19 deletions Revit/Revit2024/Speckle.Revit2024.Api/Speckle.Revit2024.Api.csproj

This file was deleted.

80 changes: 0 additions & 80 deletions Revit/Revit2024/Speckle.Revit2024.Api/packages.lock.json

This file was deleted.

This file was deleted.

Loading