Skip to content

Commit 8145e74

Browse files
changed csproj to be linux and macos compliant
1 parent 0152cd6 commit 8145e74

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

csharp/factor_count.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<PropertyGroup>
43
<OutputType>Exe</OutputType>
54
<TargetFramework>net10.0</TargetFramework>
5+
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
9-
109
</Project>

0 commit comments

Comments
 (0)