Skip to content

Commit

Permalink
Add src.props to Console and Chroma
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander0542 committed Aug 10, 2021
1 parent bec2df3 commit 7387644
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Worker">

<Import Project="../src.props" />

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<UserSecretsId>dotnet-Sander0542.CMLedController.Chroma-31AD4C76-062E-4FFA-9011-F7D990CAAFA8</UserSecretsId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../src.props" />

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
Expand Down

0 comments on commit 7387644

Please sign in to comment.