Skip to content

Commit

Permalink
Set language versions to default
Browse files Browse the repository at this point in the history
  • Loading branch information
TTA777 committed Jan 25, 2024
1 parent 72738e0 commit ed620f9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>8</LangVersion>
<LangVersion>default</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NSwag.CodeGeneration.CSharp" Version="13.17.0" />
<PackageReference Include="NSwag.Core" Version="13.17.0" />
</ItemGroup>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<LangVersion>8</LangVersion>
<LangVersion>default</LangVersion>
<ProjectGuid>81E81CE9-7DDA-4A9B-860B-6A473BC4F06F</ProjectGuid>
</PropertyGroup>
<ItemGroup>
Expand Down Expand Up @@ -40,4 +40,4 @@
<ItemGroup>
<Folder Include="Controllers\" />
</ItemGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions coffeecard/CoffeeCard.Tests.Unit/CoffeeCard.Tests.Unit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<LangVersion>8</LangVersion>
<LangVersion>default</LangVersion>
<ProjectGuid>24274C8F-678F-4E4D-98A0-2899163BCCBA</ProjectGuid>
</PropertyGroup>
<ItemGroup>
Expand All @@ -27,4 +27,4 @@
<ProjectReference Include="..\CoffeeCard.Library\CoffeeCard.Library.csproj" />
<ProjectReference Include="..\CoffeeCard.WebApi\CoffeeCard.WebApi.csproj" />
</ItemGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion coffeecard/CoffeeCard.WebApi/CoffeeCard.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<LangVersion>8</LangVersion>
<LangVersion>default</LangVersion>
<ProjectGuid>5562C898-513F-493A-A335-417C39476714</ProjectGuid>
<UserSecretsId>d3bbf778-c5fe-4240-b2ca-dfa64082cc0e</UserSecretsId>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit ed620f9

Please sign in to comment.