Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
f21335b
Update SDK version
MackinnonBuck Aug 1, 2022
e5f96ca
Update SDK version
MackinnonBuck Aug 1, 2022
03ea509
Update SDK to 7.0.100-rc.1.22402.2
MackinnonBuck Aug 2, 2022
3dbed1d
Updating further
SteveSandersonMS Aug 4, 2022
72b1fb5
Update SDK to 7.0.100-rc.1.22408.5
Tratcher Aug 9, 2022
d66e108
Update SDK to 7.0.100-rc.1.22410.4
Tratcher Aug 10, 2022
265ccd4
7.0.100-rc.1.22404.18
TanayParikh Aug 11, 2022
e7b4c17
7.0.100-rc.1.22410.15
TanayParikh Aug 11, 2022
a8cadea
Update global.json
TanayParikh Aug 11, 2022
9741b92
Update global.json
TanayParikh Aug 12, 2022
47052d8
Validate DataProtection custom algorithm has a constructor
JamesNK Aug 13, 2022
adccce9
Additional fixes
JamesNK Aug 13, 2022
aa647e9
Suppress IL2121
JamesNK Aug 13, 2022
c999084
Update global.json
sebastienros Aug 16, 2022
6c27bd9
Update global.json
sebastienros Aug 16, 2022
63c7a6f
Update global.json
sebastienros Aug 16, 2022
fd813cb
Fix NoWarn overrides
sebastienros Aug 16, 2022
4d9c717
Update LinkabilityChecker.csproj
sebastienros Aug 18, 2022
5c87b98
Update WasmLinkerTest.csproj
sebastienros Aug 18, 2022
6c32759
Bump SDK version yet again
dougbu Aug 23, 2022
ac92df5
Hack to stop using `msbuild` server
dougbu Aug 24, 2022
77b2e43
Disable msbuild server for source-build job
captainsafia Aug 25, 2022
e906260
Add `MSBUILDLOGALLENVIRONMENTVARIABLES`
dougbu Aug 29, 2022
85ac3cf
Correct source-build job
dougbu Aug 29, 2022
9598069
Update global.json
wtgodbe Aug 30, 2022
34a638f
!fixup! Correct placement of source-build job properties
dougbu Aug 30, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update global.json
  • Loading branch information
sebastienros authored and JamesNK committed Aug 24, 2022
commit c99908401cf45163632201865d321017fce29b1a
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"sdk": {
"version": "7.0.100-rc.1.22412.3"
"version": "7.0.100-rc.1.22416.2"
},
"tools": {
"dotnet": "7.0.100-rc.1.22412.3",
"dotnet": "7.0.100-rc.1.22416.2",
"runtimes": {
"dotnet/x86": [
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
Expand Down