File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Dotnet.Script.DependencyModel.Nuget
Dotnet.Script.DependencyModel Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<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 >0.23 .0</VersionPrefix >
5
+ <VersionPrefix >0.24 .0</VersionPrefix >
6
6
<Authors >filipw</Authors >
7
7
<TargetFramework >netstandard2.0</TargetFramework >
8
8
<AssemblyName >Dotnet.Script.Core</AssemblyName >
31
31
</ItemGroup >
32
32
33
33
<ItemGroup >
34
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 2.7 .0" />
34
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 2.8 .0" />
35
35
<PackageReference Include =" Microsoft.Extensions.DependencyModel" Version =" 2.0.4" />
36
36
<PackageReference Include =" Newtonsoft.Json" Version =" 11.0.2" />
37
37
<PackageReference Include =" System.Collections.Immutable" Version =" 1.4.0" />
Original file line number Diff line number Diff line change 8
8
<RepositoryUrl >https://github.com/filipw/dotnet-script.git</RepositoryUrl >
9
9
<RepositoryType >git</RepositoryType >
10
10
<PackageTags >script;csx;csharp;roslyn;nuget</PackageTags >
11
- <Version >0.6.0 </Version >
11
+ <Version >0.6.1 </Version >
12
12
<Description >A MetadataReferenceResolver that allows inline nuget references to be specified in script(csx) files.</Description >
13
13
<Authors >dotnet-script</Authors >
14
14
<Company >dotnet-script</Company >
15
15
</PropertyGroup >
16
16
<ItemGroup >
17
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 2.7 .0" />
17
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 2.8 .0" />
18
18
</ItemGroup >
19
19
</Project >
Original file line number Diff line number Diff line change 11
11
<RepositoryUrl >https://github.com/filipw/dotnet-script.git</RepositoryUrl >
12
12
<RepositoryType >git</RepositoryType >
13
13
<PackageTags >script;csx;csharp;roslyn;omnisharp</PackageTags >
14
- <Version >0.6.0 </Version >
14
+ <Version >0.6.1 </Version >
15
15
</PropertyGroup >
16
16
17
17
<ItemGroup >
Original file line number Diff line number Diff line change 12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 2.7 .0" />
15
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 2.8 .0" />
16
16
<PackageReference Include =" System.Collections.Immutable" Version =" 1.4.0" />
17
17
</ItemGroup >
18
18
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<Description >Dotnet CLI tool allowing you to run C# (CSX) scripts.</Description >
4
- <VersionPrefix >0.23 .0</VersionPrefix >
4
+ <VersionPrefix >0.24 .0</VersionPrefix >
5
5
<Authors >filipw</Authors >
6
6
<PackageId >Dotnet.Script</PackageId >
7
7
<TargetFrameworks >netcoreapp2.0;netcoreapp2.1</TargetFrameworks >
21
21
<IsPackable >true</IsPackable >
22
22
</PropertyGroup >
23
23
<ItemGroup >
24
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 2.7 .0" />
24
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 2.8 .0" />
25
25
<PackageReference Include =" Microsoft.Extensions.CommandLineUtils" Version =" 1.1.1" />
26
26
</ItemGroup >
27
27
<ItemGroup >
You can’t perform that action at this time.
0 commit comments