Skip to content

Commit

Permalink
Removed incorrect platform targets (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Hathcock <[email protected]>
  • Loading branch information
JR-Morgan and adamhathcock authored Aug 19, 2024
1 parent af1d7df commit 9bea79b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Speckle.Objects/Speckle.Objects.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<PackageTags>$(PackageTags), objects</PackageTags>
<PolySharpExcludeGeneratedTypes>System.Runtime.CompilerServices.RequiresLocationAttribute</PolySharpExcludeGeneratedTypes>
<Configurations>Debug;Release;Local</Configurations>
<Platforms>AnyCPU;x64</Platforms>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Speckle.Sdk/Speckle.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<IsPackable>true</IsPackable>
<PolySharpExcludeGeneratedTypes>System.Runtime.CompilerServices.RequiresLocationAttribute</PolySharpExcludeGeneratedTypes>
<Configurations>Debug;Release;Local</Configurations>
<Platforms>AnyCPU;x64</Platforms>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
Expand Down

0 comments on commit 9bea79b

Please sign in to comment.