File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 46
46
" -c" ,
47
47
" release" ,
48
48
" -f" ,
49
- " net6 .0" ,
49
+ " net7 .0" ,
50
50
" ${workspaceFolder}/Dotnet.Script.Tests/DotNet.Script.Tests.csproj"
51
51
],
52
52
"problemMatcher" : " $msCompile" ,
Original file line number Diff line number Diff line change 24
24
<EmbeddedResource Include =" **/*.template" />
25
25
</ItemGroup >
26
26
<ItemGroup >
27
- <PackageReference Include =" Gapotchenko.FX" Version =" 2021.1.5 " />
28
- <PackageReference Include =" Gapotchenko.FX.Reflection.Loader" Version =" 2021 .2.11 " />
27
+ <PackageReference Include =" Gapotchenko.FX" Version =" 2022.2.7 " />
28
+ <PackageReference Include =" Gapotchenko.FX.Reflection.Loader" Version =" 2022 .2.7 " />
29
29
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 4.4.0-1.final" />
30
30
<PackageReference Include =" ReadLine" Version =" 2.0.1" />
31
- <PackageReference Include =" System.Collections.Immutable" Version =" 6.0.0" />
32
- <PackageReference Include =" System.Reflection.Metadata" Version =" 5.0.0" />
33
- <PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
34
- <!-- The following references are just quick fixes for issue #166 and issue #268 -->
35
- <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 7.0.0" />
36
- <PackageReference Include =" System.Text.Encoding.CodePages" Version =" 6.0.0" />
37
- <!-- End of quick fixes -->
38
31
<PackageReference Include =" StrongNamer" Version =" 0.2.5" PrivateAssets =" all" />
39
-
40
32
</ItemGroup >
41
33
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
42
- <PackageReference Include =" System.Text.Json" Version =" 6.0.6" />
34
+ <PackageReference Include =" System.Text.Json" Version =" 7.0.0" />
35
+ <PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
43
36
</ItemGroup >
44
37
<ItemGroup >
45
38
<ProjectReference Include =" ..\Dotnet.Script.DependencyModel.Nuget\Dotnet.Script.DependencyModel.NuGet.csproj" />
You can’t perform that action at this time.
0 commit comments