Skip to content

Commit

Permalink
[Assets] updated Microsoft.CodeAnalysis.CSharp.Workspaces and Microso…
Browse files Browse the repository at this point in the history
…ft.CodeAnalysis.Workspaces.MSBuild to 3.3.1 to be in sync with vvvv
  • Loading branch information
tebjan authored and xen2 committed Feb 7, 2020
1 parent 15274e6 commit df569f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project>
<Project>
<Import Project="..\..\targets\Xenko.PreSettings.targets" />
<Import Project="Sdk.props" Sdk="MSBuild.Sdk.Extras" Version="2.0.54" />
<PropertyGroup>
Expand All @@ -21,8 +21,8 @@
<PackageReference Include="Microsoft.Build" Version="16.0.461" ExcludeAssets="runtime" />
<PackageReference Include="AvalonEdit" Version="6.0.0" />
<PackageReference Include="System.Reactive.Linq" Version="4.2.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Features" Version="3.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Features" Version="3.3.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.3.1" />
<Reference Include="RoslynPad.Editor.Windows">
<HintPath>$(XenkoCommonDependenciesDir)RoslynPad\net462\RoslynPad.Editor.Windows.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -70,8 +70,8 @@
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<AppDesigner Include="Properties\" />
<None Remove="EditorPackage\buildpath\**" />
<None Remove="EditorPackage\outputpath\**" />
<None Remove="EditorPackage\buildpath\**" />
<None Remove="EditorPackage\outputpath\**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\assets\Xenko.Core.Assets.Quantum\Xenko.Core.Assets.Quantum.csproj" />
Expand Down
6 changes: 3 additions & 3 deletions sources/engine/Xenko.Assets/Xenko.Assets.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project>
<Project>
<Import Project="..\..\targets\Xenko.PreSettings.targets" />
<Import Project="Sdk.props" Sdk="MSBuild.Sdk.Extras" Version="2.0.54" />
<PropertyGroup>
Expand All @@ -19,8 +19,8 @@
<PackageReference Include="SharpDX.Direct2D1" Version="4.2.0" />
<!--PackageReference Include="Esent.Interop" Version="1.9.4" /-->
<PackageReference Include="FFmpeg.AutoGen" Version="3.4.0.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="3.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.3.1" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="3.3.1" />
<Reference Include="Renci.SshNet">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\deps\SSH.NET\Renci.SshNet.dll</HintPath>
Expand Down

0 comments on commit df569f8

Please sign in to comment.