We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b875f commit c2a29deCopy full SHA for c2a29de
.vscode/settings.json
@@ -22,5 +22,8 @@
22
],
23
"files.exclude": {
24
"**/lcov*": true
25
- }
+ },
26
+ "dotrush.roslyn.projectOrSolutionFiles": [
27
+ "./src/Simplify.Web.sln"
28
+ ]
29
}
src/Simplify.Web/Simplify.Web.csproj
@@ -11,9 +11,9 @@
11
12
<Version>5.1</Version>
13
14
- <Authors>Simplify community</Authors>
15
- <Product>Simplify</Product>
16
<Description>Lightweight and fast .NET web-framework based on MVC and OWIN</Description>
+ <Product>Simplify</Product>
+ <Authors>Simplify community</Authors>
17
<Copyright>Licensed under LGPL</Copyright>
18
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
19
<PackageProjectUrl>https://web.simplifynet.dev</PackageProjectUrl>
0 commit comments