Skip to content

Commit

Permalink
Updated NuGet dependencies (#5)
Browse files Browse the repository at this point in the history
* Update NuGet dependencies & Bump Umbraco.Code version

* Change the version to bump the major
  • Loading branch information
elit0451 authored Nov 17, 2021
1 parent 53f9276 commit 979f56d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Umbraco.Code.Tests/Umbraco.Code.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.7" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.7" />
<PackageReference Include="Microsoft.NETCore.App" Version="2.2.8" />
Expand Down
4 changes: 2 additions & 2 deletions Umbraco.Code/Umbraco.Code.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<IncludeBuildOutput>false</IncludeBuildOutput>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<LangVersion>latest</LangVersion>
<Version>1.2.0</Version>
<Version>2.0.0</Version>
<Authors>Umbraco HQ</Authors>
<Company>Umbraco</Company>
<PackageProjectUrl>https://github.com/umbraco/Umbraco-Code</PackageProjectUrl>
Expand All @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 979f56d

Please sign in to comment.