Skip to content

Commit 6ecb03b

Browse files
committed
Fix cna/obj build location in NuGet packaging
1 parent ded0bb9 commit 6ecb03b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

managed/BOFNET/BOFNET.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<RepositoryUrl>https://github.com/CCob/BOF.NET</RepositoryUrl>
77
<PackageProjectUrl>https://github.com/CCob/BOF.NET</PackageProjectUrl>
88
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
9-
<AssemblyVersion>1.0.0.0</AssemblyVersion>
10-
<FileVersion>1.1.0.0</FileVersion>
9+
<AssemblyVersion>1.1.1.0</AssemblyVersion>
10+
<FileVersion>1.1.1.0</FileVersion>
1111
<Authors>CCob</Authors>
1212
<Company />
13-
<Version>1.1.0</Version>
13+
<Version>1.1.1</Version>
1414
</PropertyGroup>
1515

1616
<!-- .NET 4.0 references, compilation flags and build options -->
@@ -54,7 +54,7 @@
5454
</PropertyGroup>
5555

5656
<ItemGroup>
57-
<Content Include="../../dist/net35/*.obj">
57+
<Content Include="../../build/dist/net20/*.obj">
5858
<PackagePath>lib/$(TargetFramework)</PackagePath>
5959
<IncludeInPackage>true</IncludeInPackage>
6060
<CopyToOutput>true</CopyToOutput>
@@ -64,7 +64,7 @@
6464
</ItemGroup>
6565

6666
<ItemGroup>
67-
<Content Include="../../dist/net35/*.cna">
67+
<Content Include="../../build/dist/net20/*.cna">
6868
<PackagePath>lib/$(TargetFramework)</PackagePath>
6969
<IncludeInPackage>true</IncludeInPackage>
7070
<CopyToOutput>true</CopyToOutput>

0 commit comments

Comments
 (0)