Skip to content

Commit

Permalink
Update NuGet dependencies and set version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldbarendse committed Dec 8, 2023
1 parent 979f56d commit 99e22be
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 162 deletions.
19 changes: 5 additions & 14 deletions Umbraco.Code.Tests/Umbraco.Code.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,27 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>

<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>

<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
<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.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NETCore.App" Version="2.2.8" />
</ItemGroup>

<ItemGroup>
<Folder Include="Verifiers\" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Umbraco.Code\Umbraco.Code.csproj" />
</ItemGroup>

</Project>
48 changes: 23 additions & 25 deletions Umbraco.Code/Umbraco.Code.csproj
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Company>Umbraco HQ</Company>
<Authors>Umbraco</Authors>
<Copyright>Copyright © Umbraco $([System.DateTime]::Today.ToString('yyyy'))</Copyright>
<Product>Umbraco Code</Product>
<PackageProjectUrl>https://github.com/umbraco/Umbraco-Code</PackageProjectUrl>
<RepositoryUrl>https://github.com/umbraco/Umbraco-Code</RepositoryUrl>
<PackageIconUrl>https://umbraco.com/dist/nuget/logo-small.png</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>umbraco</PackageTags>
<NeutralLanguage>en-US</NeutralLanguage>
<IncludeBuildOutput>false</IncludeBuildOutput>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.1.0</Version>
<Description>Code-level tools for Umbraco</Description>
</PropertyGroup>

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<IncludeBuildOutput>false</IncludeBuildOutput>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<LangVersion>latest</LangVersion>
<Version>2.0.0</Version>
<Authors>Umbraco HQ</Authors>
<Company>Umbraco</Company>
<PackageProjectUrl>https://github.com/umbraco/Umbraco-Code</PackageProjectUrl>
<RepositoryUrl>https://github.com/umbraco/Umbraco-Code</RepositoryUrl>
<Description>Code-level tools for Umbraco</Description>
<Copyright>Copyright (C) Umbraco 2019</Copyright>
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageIconUrl>https://umbraco.com/dist/nuget/logo-small.png</PackageIconUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" />
</ItemGroup>

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

<ItemGroup>
<!--
<None Update="tools\*.ps1" CopyToOutputDirectory="Always" Pack="true" PackagePath="" />
-->
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
</ItemGroup>
<ItemGroup>
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
</ItemGroup>
</Project>
58 changes: 0 additions & 58 deletions Umbraco.Code/tools/install.ps1

This file was deleted.

65 changes: 0 additions & 65 deletions Umbraco.Code/tools/uninstall.ps1

This file was deleted.

0 comments on commit 99e22be

Please sign in to comment.