Skip to content

Commit 7c1f56a

Browse files
committed
Revert "[CSharp] Use a runtime that works in Rider."
This reverts commit 58cf0f8.
1 parent 89b8a42 commit 7c1f56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/sbe-tests/sbe-tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<TargetFrameworks>net45;netcoreapp3.1</TargetFrameworks>
34
<RootNamespace>Org.SbeTool.Sbe.Tests</RootNamespace>
45
<AssemblyName>Org.SbeTool.Sbe.UnitTests</AssemblyName>
56
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
67
<Copyright>Copyright (C) Bill Segall 2018, MarketFactory Inc 2017, Adaptive 2014. All rights reserved.</Copyright>
7-
<TargetFramework>net7.0</TargetFramework>
88
</PropertyGroup>
99

1010
<ItemGroup>

0 commit comments

Comments
 (0)