Skip to content

Commit 59e0243

Browse files
authored
Fixed copy/paste error in AssemblyName for AvroGeneric project. (#1890)
1 parent 7c913b7 commit 59e0243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/AvroGeneric/AvroGeneric.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
5-
<AssemblyName>AvroSpecific</AssemblyName>
5+
<AssemblyName>AvroGeneric</AssemblyName>
66
<OutputType>Exe</OutputType>
77
<TargetFramework>net6.0</TargetFramework>
88
<LangVersion>7.1</LangVersion>

0 commit comments

Comments
 (0)