Skip to content

Commit

Permalink
fix: updated the csproj with common.props
Browse files Browse the repository at this point in the history
  • Loading branch information
antosubash committed Feb 18, 2023
1 parent 0f52ab1 commit a755aaa
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/apps/Tasky.AuthServer/Tasky.AuthServer.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<Import Project="..\..\common.props" />

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Tasky</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion src/gateway/Tasky.Gateway/Tasky.Gateway.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
Expand Down
1 change: 1 addition & 0 deletions src/shared/Tasky.DbMigrator/Tasky.DbMigrator.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props" />

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 2 additions & 0 deletions src/shared/Tasky.Hosting.Shared/Tasky.Hosting.Shared.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props" />

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props" />

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit a755aaa

Please sign in to comment.