Skip to content

Commit 4905007

Browse files
Revert csproj change
1 parent 0cf1bdf commit 4905007

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net472;net8.0</TargetFrameworks>
3+
<TargetFramework>net472</TargetFramework>
44
<OutputType>Library</OutputType>
55
<AssemblyName>ICSharpCode.CodeConverter.Tests</AssemblyName>
66
<RootNamespace>ICSharpCode.CodeConverter.Tests</RootNamespace>
@@ -42,7 +42,7 @@
4242
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.1.0" />
4343
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.1.0" />
4444
<PackageReference Include="Microsoft.Build" Version="17.4.0" />
45-
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.10.4" />
45+
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.4.0" />
4646
</ItemGroup>
4747
<ItemGroup>
4848
<Reference Include="System.Web" />

0 commit comments

Comments
 (0)