File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Dotnet.Script.DependencyModel.Nuget
Dotnet.Script.DependencyModel Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
44 <Description >A cross platform library allowing you to run C# (CSX) scripts with support for debugging and inline NuGet packages. Based on Roslyn.</Description >
5- <VersionPrefix >1.0.0 </VersionPrefix >
5+ <VersionPrefix >1.0.1 </VersionPrefix >
66 <Authors >filipw</Authors >
77 <TargetFrameworks >netstandard2.0</TargetFrameworks >
88 <AssemblyName >Dotnet.Script.Core</AssemblyName >
2121 <EmbeddedResource Include =" **/*.template" />
2222 </ItemGroup >
2323 <ItemGroup >
24- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 3.7.0 " />
24+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 3.8.0-5.final " />
2525 <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
2626 <PackageReference Include =" ReadLine" Version =" 2.0.1" />
27- <PackageReference Include =" System.Collections.Immutable" Version =" 1.5 .0" />
28- <PackageReference Include =" System.Reflection.Metadata" Version =" 1.6 .0" />
27+ <PackageReference Include =" System.Collections.Immutable" Version =" 5.0 .0" />
28+ <PackageReference Include =" System.Reflection.Metadata" Version =" 5.0 .0" />
2929 <PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
3030 <!-- The following references are just quick fixes for issue #166 and issue #268
3131 We need to figure out why we can't load these via the dependency context.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ namespace Dotnet.Script.Core
1313{
1414 public class ScriptPublisher
1515 {
16- private const string ScriptingVersion = "3.7.0 " ;
16+ private const string ScriptingVersion = "3.8.0-5.final " ;
1717
1818 private readonly ScriptProjectProvider _scriptProjectProvider ;
1919 private readonly ScriptEmitter _scriptEmitter ;
Original file line number Diff line number Diff line change 88 <RepositoryUrl >https://github.com/filipw/dotnet-script.git</RepositoryUrl >
99 <RepositoryType >git</RepositoryType >
1010 <PackageTags >script;csx;csharp;roslyn;nuget</PackageTags >
11- <Version >1.0.0 </Version >
11+ <Version >1.0.1 </Version >
1212 <Description >A MetadataReferenceResolver that allows inline nuget references to be specified in script(csx) files.</Description >
1313 <Authors >dotnet-script</Authors >
1414 <Company >dotnet-script</Company >
1919 <Compile Include =" ..\Dotnet.Script.DependencyModel\ProjectSystem\ScriptParserInternal.cs" Link =" ScriptParserInternal.cs" />
2020 </ItemGroup >
2121 <ItemGroup >
22- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 3.7.0 " />
22+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 3.8.0-5.final " />
2323 </ItemGroup >
2424</Project >
Original file line number Diff line number Diff line change 1111 <RepositoryUrl >https://github.com/filipw/dotnet-script.git</RepositoryUrl >
1212 <RepositoryType >git</RepositoryType >
1313 <PackageTags >script;csx;csharp;roslyn;omnisharp</PackageTags >
14- <Version >1.0.0 </Version >
14+ <Version >1.0.1 </Version >
1515 <LangVersion >latest</LangVersion >
1616 </PropertyGroup >
1717
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <Description >Dotnet CLI tool allowing you to run C# (CSX) scripts.</Description >
4- <VersionPrefix >1.0.0 </VersionPrefix >
4+ <VersionPrefix >1.0.1 </VersionPrefix >
55 <Authors >filipw</Authors >
66 <PackageId >Dotnet.Script</PackageId >
77 <TargetFrameworks >net5.0;netcoreapp2.1;netcoreapp3.1</TargetFrameworks >
2222 <LangVersion >latest</LangVersion >
2323 </PropertyGroup >
2424 <ItemGroup >
25- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 3.7.0 " />
25+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 3.8.0-5.final " />
2626 <PackageReference Include =" McMaster.Extensions.CommandLineUtils" Version =" 2.2.5" />
2727 <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 3.1.6" />
2828 </ItemGroup >
You can’t perform that action at this time.
0 commit comments