Skip to content

Commit

Permalink
chore: updated language defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpop-zengenti committed Oct 7, 2024
1 parent 3950232 commit 4e98fa2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageId>Zengenti.Contensis.RequestHandler.Application</PackageId>
<Company>Zengenti Ltd</Company>
<OutputType>Library</OutputType>
<LangVersion>12</LangVersion>
<LangVersion>default</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Zengenti.Contensis.RequestHandler.Domain/Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>Zengenti.Contensis.RequestHandler.Domain</RootNamespace>
<AssemblyName>Zengenti.Contensis.RequestHandler.Domain</AssemblyName>
<OutputType>Library</OutputType>
<LangVersion>12</LangVersion>
<LangVersion>default</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Exe</OutputType>
<PackageId>Zengenti.Contensis.RequestHandler.LocalDevelopment</PackageId>
<Authors>Zengenti</Authors>
<LangVersion>12</LangVersion>
<LangVersion>default</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>12</LangVersion>
<LangVersion>default</LangVersion>
<ImplicitUsings>true</ImplicitUsings>
<RootNamespace>Zengenti.Contensis.RequestHandler.LocalDevelopment.Unit.Specs</RootNamespace>
<AssemblyName>Zengenti.Contensis.RequestHandler.LocalDevelopment.Unit.Specs</AssemblyName>
Expand Down

0 comments on commit 4e98fa2

Please sign in to comment.