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 f8f4240 commit 8ab3e35Copy full SHA for 8ab3e35
readme.md
@@ -34,6 +34,21 @@ namespace Sample
34
35
[](https://www.nuget.org/packages/StringLiteralGenerator)
36
37
+```xml
38
+<Project Sdk="Microsoft.NET.Sdk">
39
+
40
+ <PropertyGroup>
41
+ <OutputType>Exe</OutputType>
42
+ <TargetFramework>net5.0</TargetFramework>
43
+ </PropertyGroup>
44
45
+ <ItemGroup>
46
+ <PackageReference Include="StringLiteralGenerator" Version="1.0.0" />
47
+ </ItemGroup>
48
49
+</Project>
50
+```
51
52
For versions earlier than .NET 5 SDK RC2 you may also need to add a reference to `Microsoft.Net.Compilers.Toolset`.
53
So the `csproj` may look like this:
54
```xml
0 commit comments