Skip to content

Commit

Permalink
#27: Added TODOs into Synergy.Documentation.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinCelej committed Jan 8, 2024
1 parent 5e8bf1a commit 6b2823d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Technical Debt for Synergy.Documentation

Total: 2
Total: 3

## [Synergy.Documentation.csproj](../../../Synergy.Documentation/Synergy.Documentation.csproj)
- TODO: Consider to support net472;net48;net5.0;net6.0;net7.0;net8.0;netstandard2.0;netstandard2.1

## [TodoPattern.cs](../../../Synergy.Documentation/Todos/Patterns/TodoPattern.cs)
- TODO: Marcin Celej [from: Marcin Celej on: 14-04-2023]: Add way to exclude some files from the scan - by path
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<!-- TODO: Consider to support net472;net48;net5.0;net6.0;net7.0;net8.0;netstandard2.0;netstandard2.1 -->
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<RunCodeAnalysis>false</RunCodeAnalysis>
Expand Down

0 comments on commit 6b2823d

Please sign in to comment.