Skip to content

Commit

Permalink
Merge pull request #2455 from bjorkstromm/feature/include-cake-bits
Browse files Browse the repository at this point in the history
Include Cake bits in .NET 6 builds
  • Loading branch information
bjorkstromm authored Oct 5, 2022
2 parents 8c297a1 + 543e133 commit dd24a60
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ All changes to the project will be documented in this file.

## [1.39.2] - not yet released
* Updated ILSpy to 7.2.1.6856 (PR: [#2447](https://github.com/OmniSharp/omnisharp-roslyn/pull/2447))
* Include OmniSharp.Cake in .NET 6 builds (PR: [#2455](https://github.com/OmniSharp/omnisharp-roslyn/pull/2455))

## [1.39.1] - 2022-07-25
* Update Roslyn to 4.4.0 1.22369.1 (PR: [#2420](https://github.com/OmniSharp/omnisharp-roslyn/pull/2420))
Expand Down
2 changes: 1 addition & 1 deletion src/OmniSharp.Http/OmniSharp.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ProjectReference Include="..\OmniSharp.MSBuild\OmniSharp.MSBuild.csproj" />
<ProjectReference Include="..\OmniSharp.Script\OmniSharp.Script.csproj" />
<ProjectReference Include="..\OmniSharp.Roslyn.CSharp\OmniSharp.Roslyn.CSharp.csproj" />
<ProjectReference Condition="'$(TargetFramework)' == 'net472'" Include="..\OmniSharp.Cake\OmniSharp.Cake.csproj" />
<ProjectReference Include="..\OmniSharp.Cake\OmniSharp.Cake.csproj" />
</ItemGroup>


Expand Down
2 changes: 1 addition & 1 deletion src/OmniSharp.Stdio/OmniSharp.Stdio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ProjectReference Include="..\OmniSharp.DotNetTest\OmniSharp.DotNetTest.csproj" />
<ProjectReference Include="..\OmniSharp.MSBuild\OmniSharp.MSBuild.csproj" />
<ProjectReference Include="..\OmniSharp.Script\OmniSharp.Script.csproj" />
<ProjectReference Condition="'$(TargetFramework)' == 'net472'" Include="..\OmniSharp.Cake\OmniSharp.Cake.csproj" />
<ProjectReference Include="..\OmniSharp.Cake\OmniSharp.Cake.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<packages>
<package id="Cake.Bakery" version="0.9.0" />
<package id="Cake.Bakery" version="0.11.0" />
</packages>

0 comments on commit dd24a60

Please sign in to comment.