We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f350c1d commit 817f0bbCopy full SHA for 817f0bb
.github/workflows/main.yml
@@ -31,6 +31,10 @@ jobs:
31
32
steps:
33
- uses: actions/checkout@v2
34
+ - name: Setup .NET
35
+ uses: actions/setup-dotnet@v1
36
+ with:
37
+ dotnet-version: 6.0.x
38
- name: publish
39
id: publish_nuget
40
uses: rohith/publish-nuget@v2
src/LazyCoder/LazyCoder.csproj
@@ -4,7 +4,7 @@
4
<TargetFramework>net6.0</TargetFramework>
5
<LangVersion>10</LangVersion>
6
<Nullable>enable</Nullable>
7
- <Version>0.03.12</Version>
+ <Version>0.03.13</Version>
8
<ImplicitUsings>enable</ImplicitUsings>
9
</PropertyGroup>
10
0 commit comments