Skip to content

Commit

Permalink
fix: Add reference assemblies for Bolero.Server
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Dec 16, 2023
1 parent db25b22 commit 138e5d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Bolero.Server/Bolero.Server.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions src/Bolero.Server/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ interproject-references fix
excludeddependencies
nerdbank.gitversioning
include-pdbs true
files
obj\Release\net6.0\ref\Bolero.Server.dll ==> ref/net6.0
obj\Release\net7.0\ref\Bolero.Server.dll ==> ref/net7.0
obj\Release\net8.0\ref\Bolero.Server.dll ==> ref/net8.0
dependencies
framework: net6.0
framework: net7.0
Expand Down

0 comments on commit 138e5d1

Please sign in to comment.