Skip to content

Commit 979f56d

Browse files
authored
Updated NuGet dependencies (#5)
* Update NuGet dependencies & Bump Umbraco.Code version * Change the version to bump the major
1 parent 53f9276 commit 979f56d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Umbraco.Code.Tests/Umbraco.Code.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" />
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
12+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.0.1" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
1414
<PackageReference Include="MSTest.TestAdapter" Version="2.2.7" />
1515
<PackageReference Include="MSTest.TestFramework" Version="2.2.7" />
1616
<PackageReference Include="Microsoft.NETCore.App" Version="2.2.8" />

Umbraco.Code/Umbraco.Code.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<IncludeBuildOutput>false</IncludeBuildOutput>
66
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
77
<LangVersion>latest</LangVersion>
8-
<Version>1.2.0</Version>
8+
<Version>2.0.0</Version>
99
<Authors>Umbraco HQ</Authors>
1010
<Company>Umbraco</Company>
1111
<PackageProjectUrl>https://github.com/umbraco/Umbraco-Code</PackageProjectUrl>
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" />
20+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.0.1" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

0 commit comments

Comments
 (0)