Skip to content

Commit

Permalink
fix proxy references
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Jun 7, 2024
1 parent d0736c4 commit 5acfba3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>Speckle.Converters.Revit2023</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Speckle.Revit2023.Interfaces" Version="0.1.1-preview.0.11" />
<PackageReference Include="Speckle.Revit2023.Interfaces" Version="0.1.1-preview.0.12" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Sdk\Speckle.Autofac\Speckle.Autofac.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,6 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
"Microsoft.Build.Tasks.Git": {
"type": "Transitive",
"resolved": "8.0.0",
"contentHash": "bZKfSIKJRXLTuSzLudMFte/8CempWjVamNUR5eHJizsy+iuOuO/k2gnh7W0dHJmYY0tBf+gUErfluCv5mySAOQ=="
},
"Microsoft.CodeCoverage": {
"type": "Transitive",
"resolved": "17.10.0",
Expand Down Expand Up @@ -220,25 +215,6 @@
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
},
"Microsoft.SourceLink.Common": {
"type": "Transitive",
"resolved": "8.0.0",
"contentHash": "dk9JPxTCIevS75HyEQ0E4OVAFhB2N+V9ShCXf8Q6FkUQZDkgLI12y679Nym1YqsiSysuQskT7Z+6nUf3yab6Vw=="
},
"Microsoft.SourceLink.GitHub": {
"type": "Transitive",
"resolved": "8.0.0",
"contentHash": "G5q7OqtwIyGTkeIOAc3u2ZuV/kicQaec5EaRnc0pIeSnh9LUjj+PYQrJYBURvDt7twGl2PKA7nSN0kz1Zw5bnQ==",
"dependencies": {
"Microsoft.Build.Tasks.Git": "8.0.0",
"Microsoft.SourceLink.Common": "8.0.0"
}
},
"MinVer": {
"type": "Transitive",
"resolved": "5.0.0",
"contentHash": "ybkgpQMtt0Fo91l5rYtE3TZtD+Nmy5Ko091xvfXXOosQdMi30XO2EZ2+ShZt89gdu7RMmJqZaJ+e1q6d+6+KNw=="
},
"Polly": {
"type": "Transitive",
"resolved": "7.2.3",
Expand Down Expand Up @@ -372,12 +348,8 @@
},
"Speckle.Revit2023.Interfaces": {
"type": "Transitive",
"resolved": "0.1.1-preview.0.11",
"contentHash": "3mp+gEXEs2tsuXm8t09GOyYviEIAQFBlA+9zUGMgAeHX98izcXryrLEKXDo9AiOKkW0UGq8e90SfxIx5qjkJng==",
"dependencies": {
"Microsoft.SourceLink.GitHub": "8.0.0",
"MinVer": "5.0.0"
}
"resolved": "0.1.1-preview.0.12",
"contentHash": "0+HZVdrzBAiLrXndmB/sLubFnxaEXJ4mFjT23nKQgW3ZrsYeHErkI1PDERhT9SDF9TSvpJUynK1W1NPF129gWA=="
},
"SQLitePCLRaw.bundle_e_sqlite3": {
"type": "Transitive",
Expand Down Expand Up @@ -575,7 +547,7 @@
"Speckle.Connectors.Utils": "[2.0.999-local, )",
"Speckle.Converters.Common": "[2.0.999-local, )",
"Speckle.Converters.Common.DependencyInjection": "[2.0.999-local, )",
"Speckle.Revit2023.Interfaces": "[0.1.1-preview.0.11, )"
"Speckle.Revit2023.Interfaces": "[0.1.1-preview.0.12, )"
}
},
"Speckle.Core": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Speckle.Revit.API" Version="2023.0.0" />
<PackageReference Include="Speckle.Revit2023.Api" Version="0.1.1-preview.0.11" />
<PackageReference Include="Speckle.Revit2023.Api" Version="0.1.1-preview.0.12" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5acfba3

Please sign in to comment.