Skip to content

Commit

Permalink
Fix cna/obj build location in NuGet packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
CCob committed Aug 31, 2021
1 parent ded0bb9 commit 6ecb03b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions managed/BOFNET/BOFNET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<RepositoryUrl>https://github.com/CCob/BOF.NET</RepositoryUrl>
<PackageProjectUrl>https://github.com/CCob/BOF.NET</PackageProjectUrl>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<FileVersion>1.1.1.0</FileVersion>
<Authors>CCob</Authors>
<Company />
<Version>1.1.0</Version>
<Version>1.1.1</Version>
</PropertyGroup>

<!-- .NET 4.0 references, compilation flags and build options -->
Expand Down Expand Up @@ -54,7 +54,7 @@
</PropertyGroup>

<ItemGroup>
<Content Include="../../dist/net35/*.obj">
<Content Include="../../build/dist/net20/*.obj">
<PackagePath>lib/$(TargetFramework)</PackagePath>
<IncludeInPackage>true</IncludeInPackage>
<CopyToOutput>true</CopyToOutput>
Expand All @@ -64,7 +64,7 @@
</ItemGroup>

<ItemGroup>
<Content Include="../../dist/net35/*.cna">
<Content Include="../../build/dist/net20/*.cna">
<PackagePath>lib/$(TargetFramework)</PackagePath>
<IncludeInPackage>true</IncludeInPackage>
<CopyToOutput>true</CopyToOutput>
Expand Down

0 comments on commit 6ecb03b

Please sign in to comment.