Skip to content

Commit 4baf634

Browse files
committed
- CSScriptLib: Issue #353: NET8: "Microsoft.CodeAnalysis.CSharp" has been changed to "Microsoft.CodeAnalysis.CSharp.Workspaces."
Updated nuget dependencies
1 parent 9eb1865 commit 4baf634

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/BuildServer/out/build.runtimeconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"version": "8.0.0"
77
},
88
"configProperties": {
9-
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
109
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
1110
}
1211
}

src/CSScriptLib/src/CSScriptLib/CSScriptLib.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ v4.8.8.0
4949
<PackageIcon>css_logo.png</PackageIcon>
5050
</PropertyGroup>
5151
<ItemGroup>
52-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
52+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
5353
</ItemGroup>
5454
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
5555
<DocumentationFile>CSScriptLib.xml</DocumentationFile>
@@ -91,10 +91,10 @@ v4.8.8.0
9191
<Compile Include="..\..\..\cscs\Utils\WildCardExtensions.cs" Link="Utils\WildCardExtensions.cs" />
9292
</ItemGroup>
9393
<ItemGroup>
94-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.1.0" />
95-
<PackageReference Include="Microsoft.CodeAnalysis.Scripting.Common" Version="4.1.0" />
94+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.8.0" />
95+
<PackageReference Include="Microsoft.CodeAnalysis.Scripting.Common" Version="4.8.0" />
9696
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
97-
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="6.0.0" />
97+
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.0" />
9898
</ItemGroup>
9999
<ItemGroup>
100100
<None Include="..\..\..\logo\css_logo.png">

0 commit comments

Comments
 (0)