Skip to content

Commit 63f7d27

Browse files
committed
Update SDK version and link global.json to solution
Updated the SDK version in global.json from 7.0.103 to 7.0.306 to stay up-to-date with the latest version and potentially use the new features or fixes introduced in it. Also, linked the global.json file to the solution (GitVersion.sln) for easier access and more structured file organization. Update Microsoft.CodeAnalysis.CSharp package version The package version for "Microsoft.CodeAnalysis.CSharp" was upgraded from version 4.4.0 to 4.6.0.
1 parent 79fdd31 commit 63f7d27

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "7.0.103"
3+
"version": "7.0.306"
44
}
5-
}
5+
}

new-cli/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ItemGroup>
66
<PackageVersion Include="LibGit2Sharp" Version="0.27.2" />
77
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
8-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" />
8+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0" />
99
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
1010
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
1111
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
@@ -18,4 +18,4 @@
1818
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
1919
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
2020
</ItemGroup>
21-
</Project>
21+
</Project>

src/GitVersion.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sln", "sln", "{542E443E-14C
4040
..\GitVersion.yml = ..\GitVersion.yml
4141
..\schemas\6.0\GitVersion.configuration.json = ..\schemas\6.0\GitVersion.configuration.json
4242
..\schemas\6.0\GitVersion.json = ..\schemas\6.0\GitVersion.json
43+
..\global.json = ..\global.json
4344
EndProjectSection
4445
EndProject
4546
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "readme", "readme", "{1F4BE015-699F-464A-8FF0-D8762102421A}"

0 commit comments

Comments
 (0)