Files
Leetcode/350. Intersection of Two Arrays II/350. Intersection of Two Arrays II.csproj
Electrominch c9916dabad Initial commit
2022-10-04 13:40:57 +03:00

12 lines
310 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>_350._Intersection_of_Two_Arrays_II</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>