File tree Expand file tree Collapse file tree 8 files changed +10
-7
lines changed
InterfaceStubGenerator.Roslyn38
InterfaceStubGenerator.Roslyn40 Expand file tree Collapse file tree 8 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 23
23
<PublishRepositoryUrl >true</PublishRepositoryUrl >
24
24
<AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)buildtask.snk</AssemblyOriginatorKeyFile >
25
25
<SignAssembly >true</SignAssembly >
26
+ <RefitTargets >net462;netstandard2.0;net6.0;net8.0</RefitTargets >
26
27
</PropertyGroup >
27
28
28
29
<PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
Original file line number Diff line number Diff line change 9
9
<SignAssembly >true</SignAssembly >
10
10
<IsRoslynComponent >true</IsRoslynComponent >
11
11
<Nullable >enable</Nullable >
12
+ <MsCACSharpVersion >3.8.0</MsCACSharpVersion >
12
13
</PropertyGroup >
13
14
14
15
<ItemGroup >
15
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 3.8.0 " />
16
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" $(MsCACSharpVersion) " />
16
17
</ItemGroup >
17
18
18
19
<Target Name =" SetBuildVer" AfterTargets =" GetBuildVersion" BeforeTargets =" SetCloudBuildVersionVars;SetCloudBuildNumberWithVersion" >
Original file line number Diff line number Diff line change 10
10
<IsRoslynComponent >true</IsRoslynComponent >
11
11
<Nullable >enable</Nullable >
12
12
<DefineConstants >$(DefineConstants);ROSLYN_4</DefineConstants >
13
+ <MsCACSharpVersion >4.0.1</MsCACSharpVersion >
13
14
</PropertyGroup >
14
15
15
16
<ItemGroup >
16
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.0.1 " PrivateAssets =" all" />
17
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" $(MsCACSharpVersion) " PrivateAssets =" all" />
17
18
</ItemGroup >
18
19
19
20
<Target Name =" SetBuildVer" AfterTargets =" GetBuildVersion" BeforeTargets =" SetCloudBuildVersionVars;SetCloudBuildNumberWithVersion" >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Product >Refit HTTP Client Factory Extensions</Product >
5
5
<Description >Refit HTTP Client Factory Extensions</Description >
6
- <TargetFrameworks >net462;netstandard2.0;net6.0;net8.0 </TargetFrameworks >
6
+ <TargetFrameworks >$(RefitTargets) </TargetFrameworks >
7
7
<Nullable >enable</Nullable >
8
8
</PropertyGroup >
9
9
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Product >Refit Serializer for Newtonsoft.Json ($(TargetFramework))</Product >
5
5
<Description >Refit Serializers for Newtonsoft.Json</Description >
6
- <TargetFrameworks >net462;netstandard2.0;net6.0;net8.0 </TargetFrameworks >
6
+ <TargetFrameworks >$(RefitTargets) </TargetFrameworks >
7
7
<GenerateDocumentationFile Condition =" '$(Configuration)' == 'Release' " >true</GenerateDocumentationFile >
8
8
<RootNamespace >Refit</RootNamespace >
9
9
<Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Product >Refit Xml Serializer ($(TargetFramework))</Product >
5
5
<Description >Refit Serializers for Xml</Description >
6
- <TargetFrameworks >net462;netstandard2.0;net6.0;net8.0 </TargetFrameworks >
6
+ <TargetFrameworks >$(RefitTargets) </TargetFrameworks >
7
7
<GenerateDocumentationFile Condition =" '$(Configuration)' == 'Release' " >true</GenerateDocumentationFile >
8
8
<RootNamespace >Refit</RootNamespace >
9
9
<Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Product >Refit ($(TargetFramework))</Product >
5
- <TargetFrameworks >net462;netstandard2.0;net6.0;net8.0 </TargetFrameworks >
5
+ <TargetFrameworks >$(RefitTargets) </TargetFrameworks >
6
6
<GenerateDocumentationFile Condition =" '$(Configuration)' == 'Release' " >true</GenerateDocumentationFile >
7
7
8
8
<Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 7.2.0 " ,
2
+ "version" : " 7.2.1 " ,
3
3
"publicReleaseRefSpec" : [
4
4
" ^refs/heads/main$" , // we release out of main
5
5
" ^refs/heads/rel/v\\ d+\\ .\\ d+" // we also release branches starting with vN.N
You can’t perform that action at this time.
0 commit comments