Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c65c389

Browse files
authoredFeb 2, 2022
add xmlns to .Net (#7066)
1 parent 6446dcf commit c65c389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎net/FlatBuffers/FlatBuffers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.1;netstandard2.0;net46</TargetFrameworks>

0 commit comments

Comments
 (0)
Please sign in to comment.