Skip to content

Commit 69eee21

Browse files
committedApr 29, 2024
Update from preview to 12 for GA
1 parent 8a62a39 commit 69eee21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎code/Chapter07/SharedLibrary/SharedLibrary.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<LangVersion>preview</LangVersion>
5+
<LangVersion>12</LangVersion>
66

77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<PackageId>Packt.CSdotnet.SharedLibrary</PackageId>

0 commit comments

Comments
 (0)
Please sign in to comment.